package.json 452 B

123456789101112131415161718192021
  1. {
  2. "name": "client",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "author": "Caner",
  7. "email": "5658514@qq.com",
  8. "scripts": {
  9. "build": "pkg . -t node14-linux-x64 --out-path=dist/",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "bin": "./index.js",
  13. "pkg": {
  14. "scripts": "lib/*.js"
  15. },
  16. "license": "ISC",
  17. "dependencies": {
  18. "node-datachannel": "^0.3.4",
  19. "socket.io-client": "^4.4.1"
  20. }
  21. }