36 lines
724 B
JSON
36 lines
724 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": "^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"
|
|
}
|
|
}
|