forked from akamai/cli-edgeworkers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "akamai-edgeworkers-cli",
"version": "1.5.0",
"description": "A tool that makes it easier to manage Akamai EdgeWorkers code bundles and EdgeKV databases. Call the EdgeWorkers and EdgeKV API from the command line.",
"repository": "https://github.com/akamai/cli-edgeworkers",
"scripts": {
"build": "npm run build-ts",
"clean": "rm -rf node_modules",
"build-ts": "tsc",
"postinstall": "npm run build"
},
"engines": {
"node": ">=12.0.0"
},
"main": "index.js",
"bin": {
"edgeworkers": "./akamai-edgeworkers",
"edgekv": "./akamai-edgekv"
},
"dependencies": {
"akamai-edgegrid": "^3.1.4",
"cli-spinner": "0.2.10",
"commander": "9.0.0",
"console.table": "0.10.0",
"crypto-js": "^4.1.1",
"from-seconds": "^1.0.2",
"inquirer": "7.3.3",
"is-valid-domain": "^0.1.5",
"jwt-decode": "^3.1.2",
"readline-sync": "^1.4.10",
"sha256-file": "^1.0.0",
"table-layout": "^3.0.0",
"tar": "^4.4.18",
"tar-stream": "^2.1.4",
"untildify": "3.0.3"
},
"devDependencies": {
"@types/lodash": "^4.14.138",
"@types/node": "^9.6.52",
"@types/request": "^2.48.3",
"typescript": "^3.5.1"
},
"license": "Apache-2.0"
}