설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 436B

12345678910111213141516171819
  1. {
  2. "name": "remote-access-agent",
  3. "version": "0.2.0",
  4. "description": "Native host agent — screen capture, WebRTC, consent, OS input injection",
  5. "main": "main.js",
  6. "scripts": {
  7. "start": "electron .",
  8. "test:input": "node input/inject.test.js"
  9. },
  10. "dependencies": {
  11. "ws": "^8.18.0"
  12. },
  13. "optionalDependencies": {
  14. "@nut-tree-fork/nut-js": "^4.2.0"
  15. },
  16. "devDependencies": {
  17. "electron": "^31.0.0"
  18. }
  19. }