-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·51 lines (51 loc) · 1.05 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@badisi/xbw",
"version": "2.0.12",
"description": "Utility to read and/or verify xbox360 backup iso files",
"homepage": "https://github.com/Badisi/xbw",
"license": "SEE LICENSE IN file",
"author": {
"name": "Badisi"
},
"main": "./index.js",
"types": "./index.d.ts",
"bin": {
"xbw": "bin/xbw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Badisi/xbw.git"
},
"keywords": [
"xbw",
"xkeybrew",
"xkey",
"xbox360",
"abgx",
"abgx360",
"nodejs",
"iso",
"v8"
],
"files": [
"bin",
"prebuilds",
"binding.gyp",
"index.d.ts",
"index.js",
"LICENSE",
"package.json",
"README.md"
],
"engines": {
"node": ">= 12"
},
"scripts": {
"install": "node-gyp-build"
},
"dependencies": {
"@colors/colors": "^1.6.0",
"node-addon-api": "^8.2.1",
"node-gyp-build": "^4.8.2"
}
}