1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "server",
- "version": "1.0.0",
- "description": "",
- "private": true,
- "egg": {
- "framework": "naf-framework-mongoose-free"
- },
- "dependencies": {
- "decimal.js": "^10.4.1",
- "egg": "^2",
- "egg-naf-amqp": "^0.0.13",
- "egg-redis": "^2.4.0",
- "egg-scripts": "^2",
- "jsonwebtoken": "^8.5.1",
- "lodash": "^4.17.21",
- "moment": "^2.29.4",
- "mongoose-transactions": "^1.1.4",
- "naf-framework-mongoose-free": "^0.0.37"
- },
- "devDependencies": {
- "autod": "^3",
- "autod-egg": "^1",
- "egg-bin": "^4",
- "egg-ci": "^2",
- "egg-mock": "^4",
- "eslint": "^8",
- "eslint-config-egg": "^12"
- },
- "engines": {
- "node": ">=16.0.0"
- },
- "scripts": {
- "start": "egg-scripts start --daemon --title=egg-server-server",
- "stop": "egg-scripts stop --title=egg-server-server",
- "dev": "egg-bin dev",
- "dev-prod": "egg-bin dev --env=prod",
- "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": "16",
- "type": "github"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "",
- "license": "MIT"
- }
|