-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "github-freshdesk-integration",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"bin": {
"cli": "./build/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"package": "yarn build && pkg . --targets node14-linux-x64 --output cli"
},
"pkg": {
"scripts": "build/**/*.js"
},
"devDependencies": {
"@types/inquirer": "^8.1.3",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.12",
"@types/showdown": "^1.9.4",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"commander": "^8.2.0",
"eslint": "^6.8.0",
"pkg": "^5.5.1",
"prettier": "^2.4.1",
"prettier-eslint": "^12.0.0",
"shelljs": "^0.8.4",
"ts-node": "^8",
"typescript": "^4.5.2"
},
"dependencies": {
"axios": "^0.24.0",
"chalk": "^4.1.2",
"cli-table": "^0.3.6",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"figlet": "^1.5.2",
"globby": "^10",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"node-html-parser": "^5.1.0",
"node-ssh": "^12.0.0",
"octokit": "^1.7.0",
"showdown": "^1.9.1",
"tslib": "^1",
"yargs": "^17.3.0"
}
}