package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "electron-test-main",
  3. "productName": "Electron Test Main",
  4. "main": "index.js",
  5. "version": "0.1.0",
  6. "scripts": {
  7. "node-gyp-install": "node-gyp install"
  8. },
  9. "devDependencies": {
  10. "@types/basic-auth": "^1.1.8",
  11. "@types/busboy": "^1.5.4",
  12. "@types/chai": "^4.3.19",
  13. "@types/chai-as-promised": "^7.1.3",
  14. "@types/dirty-chai": "^2.0.5",
  15. "@types/express": "^4.17.13",
  16. "@types/mocha": "^7.0.2",
  17. "@types/send": "^0.14.5",
  18. "@types/split": "^1.0.5",
  19. "@types/uuid": "^3.4.6",
  20. "@types/w3c-web-serial": "^1.0.7",
  21. "express": "^4.20.0",
  22. "@electron-ci/echo": "file:./fixtures/native-addon/echo",
  23. "@electron-ci/is-valid-window": "file:./is-valid-window",
  24. "@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
  25. "@electron-ci/osr-gpu": "file:./fixtures/native-addon/osr-gpu/",
  26. "@electron-ci/external-ab": "file:./fixtures/native-addon/external-ab/",
  27. "@electron/fuses": "^1.8.0",
  28. "@electron/packager": "^18.3.2",
  29. "@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
  30. "@types/sinon": "^9.0.4",
  31. "@types/ws": "^7.2.0",
  32. "basic-auth": "^2.0.1",
  33. "busboy": "^1.6.0",
  34. "chai": "^4.2.0",
  35. "chai-as-promised": "^7.1.1",
  36. "coffeescript": "^2.4.1",
  37. "dbus-native": "github:nornagon/dbus-native#master",
  38. "dirty-chai": "^2.0.1",
  39. "graceful-fs": "^4.1.15",
  40. "mkdirp": "^0.5.1",
  41. "mocha": "^10.0.0",
  42. "mocha-junit-reporter": "^1.18.0",
  43. "mocha-multi-reporters": "^1.1.7",
  44. "pdfjs-dist": "^4.2.67",
  45. "ps-list": "^7.0.0",
  46. "q": "^1.5.1",
  47. "send": "^0.19.0",
  48. "sinon": "^9.0.1",
  49. "split": "^1.0.1",
  50. "uuid": "^3.3.3",
  51. "winreg": "1.2.4",
  52. "ws": "^7.5.10",
  53. "yargs": "^16.0.3"
  54. },
  55. "resolutions": {
  56. "nan": "file:../../third_party/nan",
  57. "dbus-native/optimist/minimist": "1.2.7",
  58. "dbus-native/xml2js": "0.5.0",
  59. "abstract-socket": "github:deepak1556/node-abstractsocket#928cc591decd12aff7dad96449da8afc29832c19"
  60. }
  61. }