-
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) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 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": "ot-wrapper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"configure": "cmake-js configure -m -C",
"reconfigure": "cmake-js reconfigure -m -C",
"build-node": "cmake-js build -m -C -p $(nproc) --target ot-wrapper-node",
"build-go": "cmake-js build -m -C -p $(nproc) --target libOtGo"
},
"cmake-js": {
"runtime": "node",
"runtimeVersion": "16.14.2"
},
"author": {
"email": "3541904+whyamiroot@users.noreply.github.com",
"name": "whyamiroot",
"url": "https://github.com/whyamiroot"
},
"license": "ISC",
"dependencies": {
"@types/node": "^20.6.2",
"bindings": "^1.5.0",
"cmake-js": "^7.2.1",
"node-addon-api": "^7.0.0"
}
}