-
Notifications
You must be signed in to change notification settings - Fork 202
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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
{
"name": "@looker/sdk-codegen-utils",
"version": "21.0.32",
"description": "Looker SDK Codegen utils",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"author": "Looker",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/looker-open-source/sdk-codegen.git",
"directory": "packages/sdk-codegen-utils"
},
"bugs": {
"url": "https://github.com/looker-open-source/sdk-codegen/issues"
},
"homepage": "https://github.com/looker-open-source/sdk-codegen/tree/main/packages/sdk-codegen-utils",
"keywords": [
"Looker",
"SDK",
"codegen"
],
"scripts": {
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-utils --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"devDependencies": {
"@looker/sdk-rtl": "21.6.5",
"@looker/sdk": "26.6.1",
"@looker/sdk-node": "26.6.1",
"@manypkg/find-root": "2.2.1",
"@types/js-yaml": "4.0.9",
"lodash": "4.18.1",
"js-yaml": "4.1.0"
}
}