Spaces:
Build error
Build error
Delete package.json
Browse files- package.json +0 -43
package.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "GT-Manual",
|
| 3 |
-
"version": "1.1.1",
|
| 4 |
-
"description": "GT-Manual,Server",
|
| 5 |
-
"author": "Hlhs",
|
| 6 |
-
"main": "app.js",
|
| 7 |
-
"type": "module",
|
| 8 |
-
"scripts": {
|
| 9 |
-
"app": "node app.js",
|
| 10 |
-
"start": "pm2 start ./config/pm2/pm2.json",
|
| 11 |
-
"stop": "pm2 stop ./config/pm2/pm2.json",
|
| 12 |
-
"restart": "pm2 restart ./config/pm2/pm2.json",
|
| 13 |
-
"log": "pm2 logs --lines 400 GT-Manual"
|
| 14 |
-
},
|
| 15 |
-
"dependencies": {
|
| 16 |
-
"art-template": "^4.13.2",
|
| 17 |
-
"chalk": "^5.0.1",
|
| 18 |
-
"cheerio": "1.0.0-rc.12",
|
| 19 |
-
"chokidar": "^3.5.3",
|
| 20 |
-
"content-disposition": "^0.5.4",
|
| 21 |
-
"cookie-parser": "^1.4.6",
|
| 22 |
-
"express": "^4.17.1",
|
| 23 |
-
"express-rate-limit": "^7.1.1",
|
| 24 |
-
"lodash": "^4.17.21",
|
| 25 |
-
"log4js": "^6.7.1",
|
| 26 |
-
"md5": "^2.3.0",
|
| 27 |
-
"moment": "^2.29.1",
|
| 28 |
-
"multer": "1.4.5-lts.1",
|
| 29 |
-
"node-fetch": "^2.6.7",
|
| 30 |
-
"node-schedule": "^2.1.1",
|
| 31 |
-
"pm2": "^5.2.0",
|
| 32 |
-
"redis": "^4.5.1",
|
| 33 |
-
"ws": "^8.14.2",
|
| 34 |
-
"yaml": "^2.1.1"
|
| 35 |
-
},
|
| 36 |
-
"devDependencies": {
|
| 37 |
-
"eslint": "^8.55.0",
|
| 38 |
-
"eslint-config-standard": "^17.1.0",
|
| 39 |
-
"eslint-plugin-import": "^2.29.0",
|
| 40 |
-
"eslint-plugin-n": "^16.3.1",
|
| 41 |
-
"eslint-plugin-promise": "^6.1.1"
|
| 42 |
-
}
|
| 43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|