-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "rally-tools",
"version": "8.6.2",
"description": "The rally tools cli interface",
"main": "bundle.js",
"dependencies": {
"chalk": "^2.4.1",
"config": "^3.0.1",
"get-stdin": "^6.0.0",
"import-lazy": "^3.1.0",
"inquirer": "^6.0.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"node-fetch": "^2",
"node-notifier": "^10.0.1",
"rally-tools": "8.0.0",
"recursive-readdir": "^2.2.2",
"redis": "^4.3.1",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"require-lazy": "^0.3.8",
"rollup-plugin-uglify": "^4.0.0",
"source-map-support": "^0.5.6",
"tempy": "^0.2.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.55",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.55",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.55",
"@babel/preset-env": "^7.0.0-beta.55",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"rollup": "^0.63.5",
"rollup-plugin-babel": "^4.0.0-beta.7",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0"
},
"scripts": {
"test": "mocha test",
"build": "rollup -c",
"watch": "rollup -cw"
},
"repository": "github:John2143/node-rally-tools",
"bin": {
"rally": "bundle.js"
},
"author": "John Schmidt <[email protected]>",
"license": "MIT",
"optionalDependencies": {
"@octokit/rest": "^18.12.0"
}
}