easynode/client/package.json
2024-07-18 12:40:18 +08:00

37 lines
782 B
JSON

{
"name": "easynode-client",
"version": "1.0.0",
"description": "easynode-client",
"bin": "./bin/www",
"pkg": {
"outputPath": "dist"
},
"scripts": {
"client": "nodemon ./app/main.js",
"pkgwin": "pkg . -t node16-win-x64",
"pkglinux:x86": "pkg . -t node16-linux-x64",
"pkglinux:arm": "pkg . -t node16-linux-arm64"
},
"keywords": [],
"author": "",
"license": "ISC",
"nodemonConfig": {
"ignore": [
"*.json"
]
},
"dependencies": {
"axios": "^1.7.2",
"eslint": "^8.56.0",
"koa": "^2.15.3",
"node-os-utils": "^1.3.7",
"node-schedule": "^2.1.1",
"socket.io": "^4.7.5"
},
"devDependencies": {
"eslint": "^9.6.0",
"nodemon": "^3.1.4",
"pkg": "5.8"
}
}