forked from replayableio/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 679 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 679 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": "dashcam",
"version": "0.8.2",
"description": "Fix bugs, close pulls, and update your team with desktop instant replay.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"bin": {
"dashcam": "index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
"cli-color": "^2.0.3",
"commander": "^9.4.0",
"find-process": "^1.4.7",
"husky": "^7.0.4",
"node-ipc": "^10.1.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"husky": "^7.0.0"
},
"volta": {
"node": "22.19.0"
}
}