db7c92fd57
* test: drop the now-empty remote runner from CI * move fixtures to spec-main * remove remote runner * fix stuff * remove global-paths hack * move ts-smoke to spec/ * fix test after merge * rename spec-main to spec * no need to ignore spec/node_modules twice * simplify spec-runner a little * no need to hash pj/yl twice * undo lint change to verify-mksnapshot.py * excessive .. * update electron_woa_testing.yml * don't search for test-results-remote.xml it is never produced now
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "electron-test-main",
|
|
"productName": "Electron Test Main",
|
|
"main": "index.js",
|
|
"version": "0.1.0",
|
|
"devDependencies": {
|
|
"@electron-ci/echo": "file:./fixtures/native-addon/echo",
|
|
"@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
|
|
"@types/sinon": "^9.0.4",
|
|
"@types/ws": "^7.2.0",
|
|
"basic-auth": "^2.0.1",
|
|
"busboy": "^0.3.1",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"coffeescript": "^2.4.1",
|
|
"dbus-native": "github:nornagon/dbus-native#master",
|
|
"dirty-chai": "^2.0.1",
|
|
"get-image-colors": "^4.0.0",
|
|
"graceful-fs": "^4.1.15",
|
|
"is-valid-window": "0.0.5",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^5.2.0",
|
|
"mocha-appveyor-reporter": "^0.4.2",
|
|
"mocha-junit-reporter": "^1.18.0",
|
|
"mocha-multi-reporters": "^1.1.7",
|
|
"pdfjs-dist": "^2.2.228",
|
|
"q": "^1.5.1",
|
|
"send": "^0.16.2",
|
|
"sinon": "^9.0.1",
|
|
"split": "^1.0.1",
|
|
"temp": "^0.9.0",
|
|
"uuid": "^3.3.3",
|
|
"walkdir": "^0.3.2",
|
|
"winreg": "^1.2.4",
|
|
"ws": "^7.4.6",
|
|
"yargs": "^16.0.3"
|
|
},
|
|
"resolutions": {
|
|
"nan": "github:jkleinsc/nan#remove_accessor_signature"
|
|
}
|
|
}
|