123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "naf-code",
- "version": "1.0.0",
- "description": "NAF框架数据字典服务",
- "private": true,
- "egg": {
- "framework": "naf-framework-mongoose"
- },
- "dependencies": {
- "autodetect-decoder-stream": "^1.0.3",
- "lodash": "^4.17.11",
- "naf-framework-mongoose": "^0.6.1",
- "xlsx": "^0.14.1"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "autod-egg": "^1.1.0",
- "egg-bin": "^4.12.0",
- "egg-ci": "^1.11.0",
- "egg-mock": "^3.22.1",
- "eslint": "^5.15.3",
- "eslint-config-egg": "^7.2.0",
- "eslint-config-egg-naf": "0.0.3"
- },
- "engines": {
- "node": ">=8.9.0"
- },
- "scripts": {
- "start": "egg-scripts start --daemon --title=naf-code",
- "stop": "egg-scripts stop --title=naf-code",
- "dev": "egg-bin dev",
- "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",
- "pm2": "pm2 start",
- "restart": "pm2 restart naf-code"
- },
- "ci": {
- "version": "8"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "dyg",
- "license": "MIT"
- }
|