easynode/client/package.json
zhulj 9c05da023f
2022-06-08 16:47:41 +08:00

35 lines
669 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": "pkg . -t node16-linux-x64"
},
"keywords": [],
"author": "",
"license": "ISC",
"nodemonConfig": {
"ignore": [
"*.json"
]
},
"dependencies": {
"axios": "^0.21.4",
"koa": "^2.13.1",
"node-os-utils": "^1.3.6",
"node-schedule": "^2.1.0",
"socket.io": "^4.4.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"nodemon": "^2.0.15",
"pkg": "5.6"
}
}