2019-12-26 19:08:51 +00:00
|
|
|
{
|
2020-02-03 18:43:11 +00:00
|
|
|
"name": "@dbgate/api",
|
2019-12-26 19:08:51 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-03-14 08:54:34 +00:00
|
|
|
"@dbgate/engines": "^0.1.0",
|
|
|
|
"@dbgate/sqltree": "^0.1.0",
|
2019-12-26 19:08:51 +00:00
|
|
|
"axios": "^0.19.0",
|
2020-01-01 11:48:47 +00:00
|
|
|
"body-parser": "^1.19.0",
|
2020-03-14 08:54:34 +00:00
|
|
|
"bufferutil": "^4.0.1",
|
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-04-10 19:21:57 +00:00
|
|
|
"find-free-port": "^2.0.0",
|
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-04-07 19:37:00 +00:00
|
|
|
"line-reader": "^0.4.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-05-17 05:47:42 +00:00
|
|
|
"pg": "^7.17.0",
|
|
|
|
"pg-query-stream": "^3.1.1"
|
2019-12-26 19:08:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-01-06 21:33:20 +00:00
|
|
|
"start": "nodemon src/index.js",
|
2020-05-17 06:43:42 +00:00
|
|
|
"start:portal": "cross-env CONNECTIONS=mysql LABEL_mysql=localhost-mysql SERVER_mysql=localhost USER_mysql=root PASSWORD_mysql=test PORT_mysql=3307 ENGINE_mysql=mysql nodemon src/index.js",
|
2020-03-14 08:54:34 +00:00
|
|
|
"ts": "tsc",
|
2020-03-14 08:56:01 +00:00
|
|
|
"build": "webpack"
|
2019-12-30 18:13:54 +00:00
|
|
|
},
|
2020-01-01 11:48:47 +00:00
|
|
|
"devDependencies": {
|
2020-03-14 08:54:34 +00:00
|
|
|
"@dbgate/types": "^0.1.0",
|
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",
|
2020-02-02 11:02:41 +00:00
|
|
|
"typescript": "^3.7.4",
|
2020-03-14 08:54:34 +00:00
|
|
|
"webpack": "^4.42.0",
|
|
|
|
"webpack-cli": "^3.3.11"
|
2020-01-01 11:48:47 +00:00
|
|
|
}
|
2019-12-26 19:08:51 +00:00
|
|
|
}
|