Files
ZYZ/web-server/package.json
2026-03-13 01:38:40 +00:00

91 lines
2.6 KiB
JSON

{
"name": "web-server",
"version": "1.0.0",
"description": "zyz-web-server",
"private": true,
"egg": {
"typescript": true,
"declarations": false
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-zyz --ignore-stderr",
"stop": "egg-scripts stop --title=egg-server-zyz",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test-local": "egg-bin test",
"test": "npm run lint -- --fix && npm run test-local",
"cov": "egg-bin cov",
"tsc": "ets && tsc -p tsconfig.json",
"ci": "npm run lint && npm run cov && npm run tsc",
"autod": "autod",
"lint": "eslint . --ext .ts",
"clean": "ets clean",
"local": "cross-env EGG_SERVER_ENV=local egg-bin dev",
"isbn": "cross-env EGG_SERVER_ENV=isbn egg-bin dev",
"monitor": "cross-env EGG_SERVER_ENV=monitor egg-bin dev",
"distribute": "cross-env EGG_SERVER_ENV=distribute egg-bin dev",
"lylocal": "cross-env EGG_SERVER_ENV=lylocal egg-bin dev",
"alpha": "cross-env EGG_SERVER_ENV=alpha egg-bin dev",
"stable": "cross-env EGG_SERVER_ENV=stable egg-bin dev",
"deve": "cross-env EGG_SERVER_ENV=dev egg-bin dev",
"sq1": "cross-env EGG_SERVER_ENV=sq1 egg-bin dev",
"sq2": "cross-env EGG_SERVER_ENV=sq2 egg-bin dev",
"zy": "cross-env EGG_SERVER_ENV=zy egg-bin dev"
},
"dependencies": {
"@types/underscore": "^1.11.3",
"crc": "^3.8.0",
"cross-env": "^7.0.3",
"csprng": "^0.1.2",
"egg": "^2.6.1",
"egg-alinode": "^2.0.1",
"egg-cors": "^2.2.3",
"egg-http-proxy-middleware": "^1.0.3",
"egg-scripts": "^2.6.0",
"egg-view-nunjucks": "^2.2.0",
"egg-xtransit": "^1.2.2",
"minimatch": "^3.0.4",
"moment": "^2.29.1",
"mongoose": "5.10.18",
"mongoose-transactions": "^1.1.4",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"stream-to-array": "^2.3.0",
"thinkingdata-node": "^1.2.2",
"underscore": "^1.13.1"
},
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/node": "^10.0.0",
"@types/redis": "^2.8.31",
"@types/request-promise": "^4.1.47",
"@types/supertest": "^2.0.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.16.0",
"eslint": "^6.7.2",
"eslint-config-egg": "^8.0.0",
"tslib": "^1.9.0",
"typescript": "^3.0.0"
},
"engines": {
"node": ">=10.20.1"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"eslintIgnore": [
"coverage"
],
"author": "liangtongchuan",
"license": "MIT"
}