-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
58 lines (58 loc) · 1.26 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
54
55
56
57
58
{
"name": "box-typescript-sdk-gen",
"author": "Box <[email protected]>",
"version": "1.12.0",
"description": "Official Box TypeScript Generated SDK",
"keywords": [
"box",
"sdk",
"api",
"rest",
"boxsdk"
],
"engines": {
"node": ">=16.0.0"
},
"main": "./lib/index.js",
"scripts": {
"build": "tsc",
"postbuild": "rollup -c",
"start": "echo \"Error: no start specified\" && exit 1",
"test": "jest"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/box/box-typescript-sdk-gen.git"
},
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.3",
"buffer": "^6.0.3",
"jose": "^5.2.2",
"tslib": "^2.6.2",
"uuid": "^9.0.0",
"proxy-agent": "^6.4.0",
"hash-wasm": "^4.12.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.1",
"@types/node": "*",
"@types/node-fetch": "2.6.3",
"@types/uuid": "^9.0.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "*",
"rollup": "^4.4.0"
},
"files": [
"lib",
"src",
"README.md",
"LICENSE"
]
}