| 123456789101112131415161718 |
- {
- "name": "server",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "build": "pkg . -t node14-linux-x64 --out-path=dist/",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "bin": "./index.js",
- "license": "ISC",
- "dependencies": {
- "log4js": "^6.4.1",
- "uWebSockets.js": "uNetworking/uWebSockets.js#v20.12.0",
- "websocket": "^1.0.34"
- }
- }
|