-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 910 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
{
"name": "nuclearnet.js",
"version": "1.7.2",
"description": "Node.js module for interacting with the NUClear network",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": "~10 >=10.20 || >=12.17"
},
"scripts": {
"build": "node-gyp configure && node-gyp build",
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fastcode/NUClearNet.js.git"
},
"keywords": [
"network",
"NUClear",
"NUbots"
],
"author": "Trent Houliston <[email protected]> (https://github.com/TrentHouliston/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fastcode/NUClearNet.js/issues"
},
"homepage": "https://github.com/Fastcode/NUClearNet.js#readme",
"gypfile": true,
"devDependencies": {
"uvu": "^0.5.2"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^7.0.0"
}
}