-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 727 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
{
"name": "obs-node",
"version": "1.0.23",
"repository": "https://github.com/Mengli619/obs-node.git",
"main": "dist/index.js",
"scripts": {
"prepare": "rimraf dist && tsc --declaration",
"postinstall": "node dist/scripts/download.js || true",
"test": "ts-node test/test.ts",
"upload": "ts-node src/scripts/upload.ts"
},
"dependencies": {
"axios": "^0.20.0",
"github-from-package": "0.0.0",
"tar-fs": "^2.1.0"
},
"devDependencies": {
"@types/node": "^14.11.2",
"bindings": "^1.5.0",
"cmake-js": "^6.1.0",
"ghreleases": "^3.0.2",
"husky": "^4.3.0",
"node-addon-api": "^3.0.2",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}