-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
49
50
51
52
53
{
"name": "@looker/sdk-codegen-scripts",
"version": "21.5.31",
"description": "Looker SDK Codegen scripts",
"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-scripts"
},
"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-scripts",
"scripts": {
"docs": "typedoc --mode file --out docs",
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-scripts --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
},
"dependencies": {
"@looker/sdk": "25.4.0",
"@looker/sdk-codegen": "21.9.10",
"@looker/sdk-codegen-utils": "21.0.21",
"@looker/sdk-node": "25.4.0",
"@looker/sdk-rtl": "21.6.4",
"config": "^3.3.1",
"cross-env": "^7.0.2"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.7.0",
"@types/config": "0.0.36",
"dotenv": "8.2.0",
"expect": "29.7.0",
"file-type": "^16.5.4",
"ini": "^1.3.8",
"js-yaml": "4.1.0",
"openapi3-ts": "2.0.2",
"@types/prettier": "2.7.3",
"prettier": "2.8.8",
"swagger2openapi": "7.0.8",
"lodash": "4.17.21"
},
"gitHead": "d16d6fd98594572f130dd0b7959d49a737de8722"
}