加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.49 KB
一键复制 编辑 原始数据 按行查看 历史
zhaoxd 提交于 2021-04-07 16:57 . init
{
"name": "cloud-monitor-server",
"version": "1.0.0",
"description": "cloud-monitor-server",
"main": "index.js",
"scripts": {
"watch": "babel src --copy-files --watch --out-dir dist --ignore src/public --verbose --source-maps",
"test": "npm run build && bash ./bin/run.sh run test",
"vprod": "npm run build && bash ./bin/run.sh run vprod",
"prod": "npm run build && bash ./bin/run.sh run prod",
"test:cover": "istanbul cover dist/test/*.js",
"reporter": "mocha --reporter mochawesome dist/test/*.js",
"build": "babel src --copy-files -d dist --verbose",
"start": "NODE_ENV=development node dist/app.js",
"stop": "bash ./bin/run.sh stop",
"dev": "bash ./bin/run.sh run development",
"local": "cross-env NODE_ENV=local nodemon dist/app.js",
"generateSQL": "Utils:GenerateSQL 1 '2020-01' '2020-07' > init.sql",
"createCache": "CreateCache:UpdatePerOneMinute",
"fee": "NODE_ENV=development node dist/fee.js",
"local_fee": "cross-env NODE_ENV=local node dist/fee.js"
},
"license": "ISC",
"dependencies": {
"@adonisjs/ace": "^5.0.8",
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"axios": "^0.18.0",
"babel-plugin-root-import": "^6.1.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "2.0.0-alpha.22",
"ejs": "^2.5.7",
"elasticsearch": "^16.7.1",
"express": "^4.16.2",
"ini": "^1.3.4",
"ioredis": "^4.2.0",
"ipip-datx": "^0.2.2",
"is-url": "^1.2.4",
"isurl": "^1.0.0",
"knex": "^0.20.0",
"ldapjs": "^1.0.2",
"lei-stream": "^1.4.2",
"log4js": "^3.0.5",
"log4js-json-layout": "^2.2.2",
"md5": "^2.2.1",
"moment": "^2.22.2",
"mysql": "^2.15.0",
"node-rsa": "^1.0.8",
"node-schedule": "^1.3.0",
"query-string": "^6.1.0",
"save": "^2.4.0",
"shelljs": "^0.8.2",
"sqlite3": "^5.0.0",
"ua-parser-js": "^0.7.18"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mochawesome": "^3.1.1",
"nodemon": "^1.18.4",
"sinon": "^7.2.2",
"standard": "^12.0.1"
},
"standard": {
"ignore": [
"/src/sqldb/",
"/dist/"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化