UNPKG

anchundan

Version:
46 lines (45 loc) 1.02 kB
{ "name": "anchundan", "version": "2.0.7", "description": "鹌鹑蛋框架", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "npm run start", "start": "pm2 start application.config.js", "start_prod": "pm2 start application.config.pro.js", "eslint": "eslint --fix --ext .js src" }, "bin": { "anchundan-init": "src/command.js" }, "eslintConfig": { "parser": "babel-eslint" }, "repository": { "type": "git", "url": "https://github.com/shinku/anchundan" }, "keywords": [ "shin", "shincat", "eggjs" ], "author": "shincat", "license": "ISC", "dependencies": { "koa": "^2.11.0", "koa-body": "^4.1.1", "koa-bodyparser": "^4.3.0", "koa-cors": "^0.0.16", "koa-multipart": "^0.0.1", "koa-router": "^8.0.8", "koa-static": "^5.0.0", "mysql2": "^2.1.0", "sequelize": "^6.3.0" }, "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.20.0" } }