forked from akamai/cli-edgeworkers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "akamai-edgeworkers-cli",
"version": "1.4.2",
"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": ">=7.0.0"
},
"main": "index.js",
"bin": {
"edgeworkers": "./akamai-edgeworkers",
"edgekv": "./akamai-edgekv"
},
"dependencies": {
"cli-spinner": "0.2.8",
"commander": "6.2.0",
"console.table": "0.10.0",
"crypto-js": "^4.0.0",
"edgegrid": "^3.0.8",
"from-seconds": "^1.0.2",
"inquirer": "6.2.0",
"jwt-decode": "^3.1.2",
"readline-sync": "^1.4.10",
"sha256-file": "^1.0.0",
"tar": "^4.4.11",
"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"
}