12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "naf-service",
- "version": "1.0.0",
- "description": "naf common service",
- "private": true,
- "egg": {
- "framework": "naf-framework-mongoose"
- },
- "dependencies": {
- "@peculiar/x509": "^1.4.1",
- "egg-naf-amqp": "0.0.13",
- "egg-redis": "^2.3.0",
- "egg-view-nunjucks": "^2.3.0",
- "jsonwebtoken": "^8.5.1",
- "jsrsasign": "^10.4.1",
- "lodash": "^4.17.11",
- "naf-framework-mongoose": "^0.6.1",
- "uuid": "^3.3.2"
- },
- "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"
- },
- "engines": {
- "node": ">=8.9.0"
- },
- "scripts": {
- "start": "egg-scripts start --daemon --title=naf-user",
- "stop": "egg-scripts stop --title=naf-user",
- "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-user"
- },
- "ci": {
- "version": "8"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jilinjobs/naf-service"
- },
- "author": "dyg",
- "license": "MIT"
- }
|