-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 933 Bytes
/
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
{
"name": "jira-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"preferGlobal": true,
"bin": "./bin/jira-cli",
"author": "",
"license": "ISC",
"dependencies": {
"@types/cli-table2": "^0.2.1",
"@types/commander": "^2.12.2",
"@types/conf": "^1.4.0",
"@types/inquirer": "0.0.41",
"@types/lodash": "^4.14.107",
"@types/moment": "^2.13.0",
"@types/ora": "^1.3.4",
"@types/superagent": "^3.5.8",
"chrono-node": "^1.3.5",
"cli-table2": "^0.2.0",
"colors": "^1.2.1",
"commander": "^2.15.1",
"conf": "^1.4.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"ora": "^2.0.0",
"superagent": "^3.8.2",
"superagent-logger": "^1.1.0",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"typescript": "^2.8.3"
}
}