1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "service-live",
- "version": "1.0.0",
- "description": "直播平台服务端重构",
- "private": true,
- "egg": {
- "framework": "naf-framework-mongoose"
- },
- "dependencies": {
- "compressing": "^1.5.1",
- "egg": "^2.15.1",
- "egg-naf-amqp": "0.0.13",
- "egg-redis": "^2.4.0",
- "egg-scripts": "^2.11.0",
- "encoding": "^0.1.13",
- "exceljs": "^4.2.0",
- "fast-xml-parser": "^3.20.3",
- "lodash": "^4.17.15",
- "mime-types": "^2.1.33",
- "moment": "^2.24.0",
- "naf-framework-mongoose": "^0.6.11",
- "string-random": "^0.1.3",
- "url-join": "^4.0.1"
- },
- "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",
- "jsonwebtoken": "^8.5.1"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "scripts": {
- "start": "egg-scripts start --title=egg-server-service-live",
- "stop": "egg-scripts stop --title=egg-server-service-live",
- "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"
- },
- "ci": {
- "version": "10"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "free",
- "license": "MIT"
- }
|