-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "@tars/nodetools-cli",
"version": "0.0.11",
"description": "tools cli for tars-nodejs",
"main": "./build/bin/nodetools.js",
"bin": {
"nodetools": "./build/bin/nodetools.js"
},
"scripts": {
"build": "npm run eslint && tsc",
"eslint": "./node_modules/.bin/eslint src --ext .ts"
},
"author": "[email protected]",
"license": "BSD-3-Clause",
"homepage": "https://github.com/tars-node/nodetools-cli",
"bugs": {
"url": "https://github.com/tars-node/nodetools-cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tars-node/nodetools-cli.git"
},
"devDependencies": {
"@types/command-exists": "^1.2.0",
"@types/inquirer": "^6.5.0",
"@types/node": "^12.7.12",
"@types/request": "^2.48.3",
"@types/request-promise": "^4.1.45",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"cross-env": "^6.0.3",
"eslint": "^7.3.1",
"eslint-config-alloy": "^3.7.3",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"dependencies": {
"chalk": "^4.0.0",
"command-exists": "^1.2.9",
"commander": "^5.1.0",
"inquirer": "^7.1.0",
"request": "^2.88.2",
"request-promise": "^4.2.5"
}
}