-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.49 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "jirax",
"version": "2.0.1",
"description": "A cli tool for daily JIRA activities",
"author": "Junip Dewan <junipd2@gmail.com>",
"main": "index.js",
"bin": {
"jirax": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.js\"",
"build": "pkg .",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junipdewan/jirax.git"
},
"keywords": [
"jira",
"jira-cli",
"jira-tool",
"jira-cmd",
"jirajs",
"jira-in-terminal",
"terminal",
"console",
"jira-shell",
"jirax",
"jira-cmd"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/junipdewan/jirax/issues"
},
"homepage": "https://github.com/junipdewan/jirax#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.0",
"prettier": "^1.17.1"
},
"pkg": {
"assets": "./node_modules/figlet/fonts/Standard.flf"
},
"dependencies": {
"axios": "^0.24.0",
"chalk": "^2.4.2",
"commander": "^8.2.0",
"configstore": "^4.0.0",
"dateformat": "^3.0.3",
"figlet": "^1.2.1",
"fuzzy": "^0.1.3",
"inquirer": "^6.3.1",
"inquirer-autocomplete-prompt": "^1.4.0",
"jira-connector": "^3.1.0",
"jira.js": "^2.8.0",
"log-update": "^3.2.0",
"minimist": "^1.2.0",
"open": "^8.2.1",
"ora": "^3.4.0",
"pkg": "^4.4.0"
}
}