package.json 421 B

123456789101112131415161718
  1. {
  2. "name": "server",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "pkg . -t node14-linux-x64 --out-path=dist/",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "bin": "./index.js",
  12. "license": "ISC",
  13. "dependencies": {
  14. "log4js": "^6.4.1",
  15. "uWebSockets.js": "uNetworking/uWebSockets.js#v20.12.0",
  16. "websocket": "^1.0.34"
  17. }
  18. }