1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "filestore",
- "version": "1.0.0",
- "description": "",
- "private": true,
- "dependencies": {
- "await-stream-ready": "^1.0.1",
- "egg": "^2.14.1",
- "egg-scripts": "^2.10.0",
- "moment": "^2.22.2",
- "mongodb": "^3.1.10",
- "naf-core": "0.0.27",
- "stream-wormhole": "^1.1.0"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "autod-egg": "^1.1.0",
- "egg-bin": "^4.9.0",
- "egg-ci": "^1.10.0",
- "egg-mock": "^3.20.1",
- "eslint": "^5.10.0",
- "webstorm-disable-index": "^1.2.0"
- },
- "engines": {
- "node": ">=8.9.0"
- },
- "scripts": {
- "start": "egg-scripts start --daemon --title=filestore",
- "stop": "egg-scripts stop --title=filestore",
- "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 filestore"
- },
- "ci": {
- "version": "8"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": "dyg",
- "license": "MIT"
- }
|