| 123456789101112131415161718192021222324252627 |
- {
- "name": "server",
- "version": "1.0.0",
- "description": "服务端",
- "author": "Caner",
- "main": "app.js",
- "bin": "app.js",
- "scripts": {
- "build": "pkg . --compress=GZip"
- },
- "license": "ISC",
- "dependencies": {
- "aedes": "^0.51.3",
- "log4js": "^6.9.1",
- "fastify": "^5.2.2",
- "sqlite3": "^5.1.7",
- "jwt": "^0.2.0",
- "util": "^0.12.5"
- },
- "pkg": {
- "targets": [
- "node18-linux-arm64"
- ],
- "output": "Server",
- "outputPath": "dist"
- }
- }
|