-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 801 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 801 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
{
"name": "loot",
"version": "6.2.2",
"description": "Wrapper around the LOOT library for sorting plugins of gamebryo games (Oblivion, Skyrim, Fallout 3/NV/4)",
"repository": {
"type": "git",
"url": "https://github.com/Nexus-Mods/node-loot.git"
},
"scripts": {
"upload": "prebuild -r napi -t 9 -a x64 --prepack codesign",
"rebuild": "autogypi && node-gyp rebuild",
"install": "prebuild-install -r napi -t 9 -a x64 || npm run rebuild"
},
"author": "Black Tree Gaming Ltd.",
"license": "GPL-3.0",
"binary": {
"napi_versions": [9]
},
"devDependencies": {
"prebuild": "^13.0.1"
},
"dependencies": {
"autogypi": "^0.2.2",
"lodash": "^4.17.21",
"node-addon-api": "^8.1.0",
"node-gyp": "^10.2.0",
"prebuild-install": "^7.1.2"
}
}