forked from electron/rebuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "magicmirror-rebuild",
"version": "1.0.9",
"description": "Electron supporting package to rebuild native node modules against the currently installed MagicMirror",
"main": "build/main.js",
"bin": {
"MagicMirror-rebuild": "build/cli.js"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/MagicMirror-rebuild"
},
"keywords": [
"electron",
"MagicMirror"
],
"authors": [
"Paul Betts <[email protected]>",
"@bugsounet"
],
"license": "MIT",
"bugs": {
"url": "https://forum.bugsounet.fr"
},
"homepage": "https://github.com/bugsounet/MagicMirror-rebuild",
"engines": {
"node": ">=16.14.0"
},
"dependencies": {
"@colors/colors": "^1.6.0",
"@malept/cross-spawn-promise": "^2.0.0",
"debug": "^4.3.4",
"detect-libc": "^2.0.2",
"fs-extra": "^11.1.1",
"got": "^13.0.0",
"node-abi": "^3.47.0",
"node-gyp": "^9.4.0",
"ora": "^7.0.1",
"tar": "^6.2.0",
"yargs": "^17.7.2"
}
}