e1ed96b574
* test: scope internal test fixtures under `@electron` * Missed references * Move packages from @electron to @electron-ci scope * Fix tests
22 lines
573 B
JSON
22 lines
573 B
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",
|
|
"busboy": "^0.3.1",
|
|
"q": "^1.5.1",
|
|
"sinon": "^9.0.1",
|
|
"ws": "^7.4.6"
|
|
},
|
|
"dependencies": {
|
|
"chai-as-promised": "^7.1.1",
|
|
"dirty-chai": "^2.0.1",
|
|
"get-image-colors": "^4.0.0",
|
|
"pdfjs-dist": "^2.2.228"
|
|
}
|
|
}
|