-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 894 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 894 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
32
33
34
{
"name": "zip-node-addon",
"version": "0.0.11",
"description": "Node native addon which wrap the \"kupa--/zip\"",
"main": "index.js",
"scripts": {
"test": "node ./test/index.js",
"build": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ape-casear/zip-node-addon.git"
},
"keywords": [
"zip",
"node",
"node-native",
"addon",
"napi",
"node-addon-api"
],
"author": "122884944@qq.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ape-casear/zip-node-addon/issues"
},
"homepage": "https://github.com/ape-casear/zip-node-addon#readme",
"types": "./index.d.ts",
"dependencies": {
"bindings": "^1.5.0",
"napi_thread_safe_promise": "^1.2.6",
"node-addon-api": "^4.3.0"
}
}