micro_service/package.json

23 lines
557 B
JSON
Raw Permalink Normal View History

2021-01-21 10:36:09 +08:00
{
"name": "micro_service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "moleculer-runner --repl --hot --config moleculer.dev.config.js services",
"start": "moleculer-runner --instances=max services"
},
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.20",
"moleculer": "^0.14.9",
"moleculer-db-adapter-sequelize": "^0.2.8",
"moleculer-repl": "^0.6.4",
"moleculer-web": "^0.9.1",
"pg": "^8.3.2",
"pg-hstore": "^2.3.3",
"sequelize": "^6.3.4"
}
}