|
@@ -7,6 +7,15 @@
|
|
|
"node-gyp-install": "node-gyp install"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@electron-ci/echo": "file:./fixtures/native-addon/echo",
|
|
|
+ "@electron-ci/external-ab": "file:./fixtures/native-addon/external-ab/",
|
|
|
+ "@electron-ci/is-valid-window": "file:./is-valid-window",
|
|
|
+ "@electron-ci/osr-gpu": "file:./fixtures/native-addon/osr-gpu/",
|
|
|
+ "@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
|
|
|
+ "@electron/fuses": "^1.8.0",
|
|
|
+ "@electron/packager": "^18.3.2",
|
|
|
+ "@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
|
|
|
+ "@smaddock/electron-native-utils": "^1.0.0",
|
|
|
"@types/basic-auth": "^1.1.8",
|
|
|
"@types/busboy": "^1.5.4",
|
|
|
"@types/chai": "^4.3.19",
|
|
@@ -15,19 +24,10 @@
|
|
|
"@types/express": "^4.17.13",
|
|
|
"@types/mocha": "^7.0.2",
|
|
|
"@types/send": "^0.14.5",
|
|
|
+ "@types/sinon": "^9.0.4",
|
|
|
"@types/split": "^1.0.5",
|
|
|
"@types/uuid": "^3.4.6",
|
|
|
"@types/w3c-web-serial": "^1.0.7",
|
|
|
- "express": "^4.20.0",
|
|
|
- "@electron-ci/echo": "file:./fixtures/native-addon/echo",
|
|
|
- "@electron-ci/is-valid-window": "file:./is-valid-window",
|
|
|
- "@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
|
|
|
- "@electron-ci/osr-gpu": "file:./fixtures/native-addon/osr-gpu/",
|
|
|
- "@electron-ci/external-ab": "file:./fixtures/native-addon/external-ab/",
|
|
|
- "@electron/fuses": "^1.8.0",
|
|
|
- "@electron/packager": "^18.3.2",
|
|
|
- "@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
|
|
|
- "@types/sinon": "^9.0.4",
|
|
|
"@types/ws": "^7.2.0",
|
|
|
"basic-auth": "^2.0.1",
|
|
|
"busboy": "^1.6.0",
|
|
@@ -36,6 +36,7 @@
|
|
|
"coffeescript": "^2.4.1",
|
|
|
"dbus-native": "github:nornagon/dbus-native#master",
|
|
|
"dirty-chai": "^2.0.1",
|
|
|
+ "express": "^4.20.0",
|
|
|
"graceful-fs": "^4.1.15",
|
|
|
"mkdirp": "^0.5.1",
|
|
|
"mocha": "^10.0.0",
|