forked from auth0/wt-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.49 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.49 KB
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
59
60
61
62
63
64
65
66
67
68
{
"name": "wt-cli",
"author": {
"name": "Geoff Goodman <[email protected]>",
"url": "https://github.com/ggoodman",
"twitter": "filearts"
},
"version": "11.0.0",
"description": "Webtask Command Line Interface",
"tags": [
"nodejs",
"webtask",
"auth0",
"nodejs",
"node"
],
"engines": {
"node": ">=8.9.0"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"auth0-hooks-templates": "1.2.2",
"bluebird": "2.11.0",
"boom": "7.2.0",
"bunyan-prettystream": "0.1.3",
"chalk": "1.1.3",
"concat-stream": "1.6.2",
"dotenv": "1.2.0",
"filewatcher": "3.0.1",
"jws": "3.1.5",
"jwt-decode": "1.5.1",
"linewrap": "0.2.1",
"lodash": "4.17.10",
"moment-timezone": "0.5.21",
"opn": "4.0.2",
"pad": "2.1.0",
"promptly": "0.2.1",
"sandboxjs": "5.0.0",
"semver": "5.5.0",
"structured-cli": "1.0.5",
"superagent": "3.8.3",
"superagent-proxy": "2.0.0",
"through2": "2.0.3",
"update-notifier": "2.5.0",
"webtask-bundle": "3.3.0",
"webtask-runtime": "2.0.0",
"wreck": "10.0.0"
},
"bin": {
"wt": "./bin/wt",
"wt-cli": "./bin/wt",
"auth0": "./bin/auth0"
},
"homepage": "http://github.com/auth0/wt-cli",
"repository": {
"type": "git",
"url": "[email protected]:auth0/wt-cli.git"
},
"bugs": {
"url": "http://github.com/auth0/wt-cli/issues"
},
"devDependencies": {
"eslint": "5.3.0"
}
}