12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "faw-tsp-chart-admin",
- "version": "1.0.0",
- "description": "tsp_view",
- "private": true,
- "egg": {
- "declarations": true
- },
- "dependencies": {
- "egg": "^2.27.0",
- "egg-cors": "^2.2.3",
- "egg-mongoose": "^3.2.0",
- "egg-redis": "^2.4.0",
- "egg-scripts": "^2.13.0",
- "egg-validate": "^2.0.2"
- },
- "devDependencies": {
- "autod": "^3.1.0",
- "autod-egg": "^1.1.0",
- "egg-bin": "^4.15.0",
- "egg-ci": "^1.15.0",
- "egg-mock": "^4.0.0",
- "eslint": "^7.5.0",
- "eslint-config-egg": "^8.0.1"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "scripts": {
- "dev": "egg-bin dev",
- "sit3": "egg-scripts start --env=sit3 --title=egg-server-faw-tsp-chart-admin",
- "sit": "egg-scripts start --env=sit --title=egg-server-faw-tsp-chart-admin",
- "prod3": "egg-scripts start --env=prod3 --title=egg-server-faw-tsp-chart-admin",
- "stop": "egg-scripts stop --title=egg-server-faw-tsp-chart-admin",
- "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": "tsp",
- "license": "MIT"
- }
|