-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
52
53
54
55
{
"name": "electron-node-ffi",
"version": "4.0.5",
"license": "MIT",
"author": "Ravi Shrestha <[email protected]>",
"description": "A foreign function interface (FFI) for Electron.js, N-API style",
"keywords": [
"foreign",
"function",
"interface",
"ffi",
"libffi",
"binding",
"c",
"napi",
"stable"
],
"homepage": "https://github.com/raviSussol/electron-node-ffi",
"engines": {
"node": ">=10"
},
"main": "./lib/ffi",
"dependencies": {
"debug": "^4.1.1",
"electron-bindings": "^1.0.2",
"electron-node-ref": "^3.0.4",
"get-uv-event-loop-napi-h": "^1.0.5",
"node-addon-api": "^3.0.0",
"node-gyp-build": "^4.2.1",
"ref-struct-di": "^1.1.0"
},
"devDependencies": {
"fs-extra": "^9.0.0",
"mocha": "^7.1.1",
"np": "^7.5.0",
"nyc": "^15.0.0",
"prebuildify": "^4.0.0",
"prebuildify-ci": "^1.0.5",
"ref-array-di": "^1.2.1"
},
"scripts": {
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --tag-armv --tag-uv",
"prepack": "",
"test": "echo test",
"release": "np"
},
"repository": {
"type": "git",
"url": "https://github.com/raviSussol/electron-node-ffi.git"
},
"bugs": {
"url": "https://github.com/raviSussol/electron-node-ffi/issues"
}
}