✨
This commit is contained in:
parent
97aaae032a
commit
a534e3a12e
@ -1,34 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user