加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
钟钟 提交于 2018-06-10 13:00 . 添加eslint
{
"name": "openwms-backend-koa",
"version": "1.0.0",
"description": "server side for openwms based on koa",
"main": "index.js",
"scripts": {
"build": "rimraf dist/ && babel ./app/ --out-dir dist/ --copy-files",
"compile": "babel app --out-dir dist --source-maps --watch",
"dev": "rimraf dist/ && babel-watch ./app/app.js --out-dir dist/ --copy-files",
"start": "npm run dev && node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"koa"
],
"author": "大漠穷秋",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^4.1.1",
"koa": "^2.5.1",
"koa-body": "^4.0.1",
"koa-combine-routers": "^3.0.0",
"koa-router": "^7.4.0",
"koa2-cors": "^2.0.5",
"log4js": "^2.5.3",
"sqlite3": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-watch": "^2.0.7",
"rimraf": "^2.6.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化