-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 788 Bytes
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
{
"name": "@node-cli-toolkit/test-cli",
"version": "0.5.0",
"description": "",
"scripts": {
"test": "jest --config jest.config.json",
"test:watch": "jest --config jest.config.json --watch",
"build": "tsc"
},
"main": "dist/index.js",
"author": "",
"license": "ISC",
"public": true,
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"axios": "^0.19.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.2",
"jest": "^25.1.0",
"nock": "^12.0.2",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"dependencies": {
"@node-cli-toolkit/exec-bash-command": "^0.3.2",
"@node-cli-toolkit/send-inputs-to-cli": "^0.4.2"
},
"gitHead": "0f69a00cb6dc90e539f2ad05232eee85175c570a"
}