-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "@node-cli-toolkit/exec-bash-command",
"version": "0.3.2",
"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": {
"@node-cli-toolkit/send-inputs-to-cli": "^0.4.2",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.2",
"jest": "^25.1.0",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"uuid": "^3.4.0"
},
"dependencies": {
"uuid": "^3.4.0"
},
"gitHead": "0f69a00cb6dc90e539f2ad05232eee85175c570a"
}