55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "easynode-server",
|
|
"version": "0.0.1",
|
|
"description": "easynode-server",
|
|
"bin": "./bin/www",
|
|
"pkg": {
|
|
"outputPath": "dist",
|
|
"scripts": "./*",
|
|
"assets": "./*"
|
|
},
|
|
"scripts": {
|
|
"local": "cross-env EXEC_ENV=local nodemon ./app/main.js",
|
|
"server": "cross-env EXEC_ENV=production nodemon ./app/main.js",
|
|
"start": "pm2 start ./app/main.js",
|
|
"pkgwin": "pkg . -t node16-win-x64",
|
|
"pkglinux": "pkg . -t node16-linux-x64"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"*.json"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@koa/cors": "^3.1.0",
|
|
"axios": "^0.21.4",
|
|
"is-ip": "^4.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"koa": "^2.13.1",
|
|
"koa-body": "^4.2.0",
|
|
"koa-compose": "^4.1.0",
|
|
"koa-compress": "^5.1.0",
|
|
"koa-jwt": "^4.0.3",
|
|
"koa-router": "^10.0.0",
|
|
"koa-sslify": "^5.0.0",
|
|
"koa-static": "^5.0.0",
|
|
"koa2-connect-history-api-fallback": "^0.1.3",
|
|
"log4js": "^6.4.4",
|
|
"node-os-utils": "^1.3.6",
|
|
"node-rsa": "^1.1.1",
|
|
"node-schedule": "^2.1.0",
|
|
"socket.io": "^4.4.1",
|
|
"socket.io-client": "^4.5.1",
|
|
"ssh2": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.32.0",
|
|
"nodemon": "^2.0.15",
|
|
"pkg": "5.6"
|
|
}
|
|
}
|