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-04 18:22:57 +00:00
|
|
|
"http": "^0.0.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-04 18:22:57 +00:00
|
|
|
"pg": "^7.17.0",
|
2020-01-25 12:50:48 +00:00
|
|
|
"socket.io": "^2.3.0",
|
2020-02-01 18:57:07 +00:00
|
|
|
"@dbgate/lib": "file:../lib",
|
2020-01-25 12:50:48 +00:00
|
|
|
"uuid": "^3.4.0"
|
2019-12-26 19:08:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-01-06 21:33:20 +00:00
|
|
|
"start": "nodemon src/index.js",
|
2020-01-06 22:02:03 +00:00
|
|
|
"ts": "tsc"
|
2019-12-30 18:13:54 +00:00
|
|
|
},
|
2020-01-01 11:48:47 +00:00
|
|
|
"devDependencies": {
|
2020-01-09 21:30:53 +00:00
|
|
|
"@types/lodash": "^4.14.149",
|
2020-01-06 21:33:20 +00:00
|
|
|
"nodemon": "^2.0.2",
|
|
|
|
"typescript": "^3.7.4"
|
2020-01-01 11:48:47 +00:00
|
|
|
}
|
2019-12-26 19:08:51 +00:00
|
|
|
}
|