1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "web-server",
- "version": "1.0.0",
- "description": "web-server",
- "private": true,
- "egg": {
- "declarations": true
- },
- "dependencies": {
- "@alicloud/pop-core": "^1.7.9",
- "alipay-sdk": "^3.1.1",
- "await-stream-ready": "^1.0.1",
- "csv": "^5.3.2",
- "dayjs": "^1.9.3",
- "egg": "^2.15.1",
- "egg-cors": "^2.2.3",
- "egg-mongoose": "^3.2.0",
- "egg-mysql": "^3.0.0",
- "egg-oss": "^2.0.0",
- "egg-redis": "^2.4.0",
- "egg-scripts": "^2.11.0",
- "excel-export": "^0.5.1",
- "exceljs": "^4.2.0",
- "gbk-dict": "^0.0.1",
- "jsonwebtoken": "^8.5.1",
- "md5-node": "^1.0.1",
- "moment": "^2.27.0",
- "node-uuid": "^1.4.8",
- "node-xlsx": "^0.15.0",
- "stream-wormhole": "^1.1.0",
- "svg-captcha": "^1.4.0",
- "urlencode": "^1.1.0",
- "uuid": "^8.3.0"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "autod-egg": "^1.1.0",
- "egg-bin": "^4.11.0",
- "egg-ci": "^1.11.0",
- "egg-mock": "^3.21.0",
- "eslint": "^5.13.0",
- "eslint-config-egg": "^7.1.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "scripts": {
- "start": "egg-scripts start --daemon --port=7102 --title=egg-server-train",
- "stop": "egg-scripts stop --title=egg-server-train",
- "dev": "egg-bin dev --port=7102",
- "debug": "egg-bin debug",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "npm run lint && npm run cov",
- "autod": "autod"
- },
- "ci": {
- "version": "10"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "infish",
- "license": "MIT"
- }
|