-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1001 Bytes
/
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
{
"name": "@openwebf/wbc",
"version": "0.5.0",
"description": "The WBC file generator",
"main": "index.js",
"bin": {
"wbc": "./bin/wbc.js"
},
"scripts": {
"install": "node install.js",
"test": "jasmine test.js",
"build": "node-gyp rebuild --verbose",
"build:pre": "prebuildify --napi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openwebf/node-wbc"
},
"author": "The OpenWebF Team",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/openwebf/node-wbc/issues"
},
"homepage": "https://github.com/openwebf/node-wbc#readme",
"dependencies": {
"bindings": "^1.5.0",
"commander": "^8.2.0",
"crc32": "^0.2.2",
"jsdom": "^24.0.0",
"lz4": "^0.6.5",
"nan": "^2.15.0",
"node-addon-api": "^4.1.0",
"node-gyp": "^9.0.0",
"node-gyp-build": "^4.3.0"
},
"engines": {
"node": ">=12"
},
"devDependencies": {
"jasmine": "^3.9.0",
"prebuildify": "^5.0.0"
}
}