-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 881 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
{
"name": "nodejs-rocketmq-client",
"version": "1.0.0",
"cppSDKVersion": "2.1.0",
"description": "RocketMQ Client for Node.js node version >= 14",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/wuteng606/nodejs-rocketmq-client.git"
},
"dependencies": {
"bindings": "latest",
"destroy": "^1.2.0",
"getos": "^3.2.1",
"node-addon-api": "^5.0.0",
"urllib": "^2.38.1"
},
"cmake-js": {
"runtime": "node",
"runtimeVersion": "14.17.5",
"arch": "arm"
},
"scripts": {
"test": "node index.js",
"install": "node ./script/download_lib.js && node-gyp rebuild",
"clean": "rm -rf ./node_modules && rm -rf ./build && rm -rf ./cmake-build-debug"
},
"peerDependencies": {
"cmake-js": "^6.3.2"
}
}