2019-12-26 19:08:51 +00:00
|
|
|
{
|
|
|
|
"name": "dbgate",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.19.0",
|
2020-01-01 11:48:47 +00:00
|
|
|
"body-parser": "^1.19.0",
|
2019-12-26 19:08:51 +00:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"cross-env": "^6.0.3",
|
2019-12-30 18:30:20 +00:00
|
|
|
"eslint": "^6.8.0",
|
2020-01-01 11:48:47 +00:00
|
|
|
"express": "^4.17.1",
|
2020-01-01 21:11:35 +00:00
|
|
|
"fs-extra": "^8.1.0",
|
2020-01-01 18:34:34 +00:00
|
|
|
"mssql": "^6.0.1",
|
2020-01-01 18:54:10 +00:00
|
|
|
"mysql": "^2.17.1",
|
2020-01-04 08:41:09 +00:00
|
|
|
"nedb-promises": "^4.0.1",
|
2020-01-01 18:54:10 +00:00
|
|
|
"pg": "^7.17.0"
|
2019-12-26 19:08:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-01-01 11:48:47 +00:00
|
|
|
"start": "nodemon src/index.js"
|
2019-12-30 18:13:54 +00:00
|
|
|
},
|
2020-01-01 11:48:47 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"nodemon": "^2.0.2"
|
|
|
|
}
|
2019-12-26 19:08:51 +00:00
|
|
|
}
|