✨
This commit is contained in:
parent
97aaae032a
commit
a534e3a12e
@ -1,34 +1,35 @@
|
|||||||
{
|
{
|
||||||
"name": "easynode-client",
|
"name": "easynode-client",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "easynode-client",
|
"description": "easynode-client",
|
||||||
"bin": "./bin/www",
|
"bin": "./bin/www",
|
||||||
"pkg": {
|
"pkg": {
|
||||||
"outputPath": "dist"
|
"outputPath": "dist"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"client": "nodemon ./app/main.js",
|
"client": "nodemon ./app/main.js",
|
||||||
"pkgwin": "pkg . -t node16-win-x64",
|
"pkgwin": "pkg . -t node16-win-x64",
|
||||||
"pkglinux": "pkg . -t node16-linux-x64"
|
"pkglinux:x86": "pkg . -t node16-linux-x64",
|
||||||
},
|
"pkglinux:arm": "pkg . -t node16-linux-arm64"
|
||||||
"keywords": [],
|
},
|
||||||
"author": "",
|
"keywords": [],
|
||||||
"license": "ISC",
|
"author": "",
|
||||||
"nodemonConfig": {
|
"license": "ISC",
|
||||||
"ignore": [
|
"nodemonConfig": {
|
||||||
"*.json"
|
"ignore": [
|
||||||
]
|
"*.json"
|
||||||
},
|
]
|
||||||
"dependencies": {
|
},
|
||||||
"axios": "^0.21.4",
|
"dependencies": {
|
||||||
"koa": "^2.13.1",
|
"axios": "^0.21.4",
|
||||||
"node-os-utils": "^1.3.6",
|
"koa": "^2.13.1",
|
||||||
"node-schedule": "^2.1.0",
|
"node-os-utils": "^1.3.6",
|
||||||
"socket.io": "^4.4.1"
|
"node-schedule": "^2.1.0",
|
||||||
},
|
"socket.io": "^4.4.1"
|
||||||
"devDependencies": {
|
},
|
||||||
"eslint": "^7.32.0",
|
"devDependencies": {
|
||||||
"nodemon": "^2.0.15",
|
"eslint": "^7.32.0",
|
||||||
"pkg": "5.6"
|
"nodemon": "^2.0.15",
|
||||||
}
|
"pkg": "5.6"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user