forked from agracio/electron-edge-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 789 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 789 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": "@BigShots-Golf/electron-edge-js",
"version": "15.0.2",
"author": "Facet Digital <developers@facetdigital.com>",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"homepage": "https://github.com/BigShots-Golf/electron-edge-js",
"repository": "git@github.com:BigShots-Golf/electron-edge-js.git",
"description": "Edge.js: run .NET and Node.js in-process on Electron",
"main": "./lib/edge.js",
"types": "electron-edge-js.d.ts",
"engines": {
"node": ">= 12"
},
"license": "UNLICENSED",
"dependencies": {
"edge-cs": "1.2.1",
"nan": "2.14.2"
},
"devDependencies": {
"mocha": "8.2.0",
"mocha-junit-reporter": "2.0.0"
},
"scripts": {
"install": "node tools/install.js",
"test": "node tools/test.js"
}
}