1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "service-file",
- "version": "1.0.0",
- "description": "",
- "private": true,
- "egg": {
- "declarations": true
- },
- "dependencies": {
- "await-stream-ready": "^1.0.1",
- "egg": "^2.15.1",
- "egg-scripts": "^2.11.0",
- "fluent-ffmpeg": "^2.1.2",
- "moment": "^2.24.0",
- "mongodb": "^3.1.13",
- "naf-core": "0.1.2",
- "sharp": "^0.26.2",
- "stream-wormhole": "^1.1.0"
- },
- "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",
- "webstorm-disable-index": "^1.2.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "scripts": {
- "start": "egg-scripts start --daemon --title=egg-server-service-file",
- "stop": "egg-scripts stop --title=egg-server-service-file",
- "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 service-file"
- },
- "ci": {
- "version": "10"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "ly",
- "license": "MIT"
- }
|