-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "akamai-sandbox-cli",
"version": "1.7.1",
"description": "A tool that makes it easier to manage Akamai Sandboxes. Call the Sandbox API from the command line.",
"repository": "https://github.com/akamai/cli-sandbox",
"license": "Apache-2.0",
"scripts": {
"build": "npm run build-ts",
"build-ts": "tsc",
"postinstall": "npm run build"
},
"main": "./akamai-sandbox",
"bin": {
"sandbox": "./akamai-sandbox"
},
"engines": {
"node": ">=14 <=20",
"npm": ">=8 <=9"
},
"dependencies": {
"app-root-path": "2.2.1",
"cli-spinner": "0.2.10",
"commander": "4.1.1",
"decompress": "4.2.1",
"download": "7.1.0",
"easy-table": "1.2.0",
"edgegrid": "3.0.8",
"find-java-home": "0.3.0",
"fs-extra": "7.0.1",
"inquirer": "6.5.2",
"jsonschema": "1.4.1",
"jwt-decode": "2.2.0",
"lodash": "4.17.21",
"npm": "9.6.5",
"shelljs": "0.8.5",
"untildify": "3.0.3",
"uuid": "3.4.0",
"validator": "10.11.0"
},
"devDependencies": {
"@types/lodash": "4.14.194",
"@types/node": "18.16.0",
"@types/request": "2.48.8",
"typescript": "4.9.5"
}
}