-
Notifications
You must be signed in to change notification settings - Fork 196
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@looker/sdk",
"version": "25.0.0",
"description": "Looker SDK",
"main": "lib/index.js",
"module": "lib/esm/index.js",
"sideEffects": false,
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"private": false,
"publishConfig": {
"access": "public"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/looker-open-source/sdk-codegen.git",
"directory": "packages/sdk"
},
"author": "Looker",
"license": "MIT",
"scripts": {
"docs": "typedoc --mode file --out docs",
"watch": "yarn lerna exec --scope @looker/sdk --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'",
"watch:cjs": "yarn lerna exec --scope @looker/sdk --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"bugs": {
"url": "https://github.com/looker-open-source/sdk-codegen/issues"
},
"engines": {
"node": ">=12",
"npm": ">=5.5.1"
},
"homepage": "https://github.com/looker-open-source/sdk-codegen/tree/main/packages/sdk",
"devDependencies": {},
"dependencies": {
"@looker/sdk-rtl": "21.6.3"
},
"keywords": [
"Looker",
"SDK"
],
"gitHead": "103df9595fff8218c158e1fdd640e33c60827e6a"
}