| 123456789101112131415161718192021 |
- {
- "name": "server",
- "version": "1.0.0",
- "description": "服务端",
- "author": "Caner",
- "main": "index.js",
- "bin": "index.js",
- "scripts": {
- "build": "pkg . --compress=GZip"
- },
- "license": "ISC",
- "dependencies": {
- "log4js": "^6.9.1",
- "socket.io": "^4.8.1"
- },
- "pkg": {
- "targets": ["node18-linux-arm64"],
- "output": "Server",
- "outputPath":"dist"
- }
- }
|