2019-12-26 19:08:51 +00:00
|
|
|
{
|
2020-11-16 20:59:08 +00:00
|
|
|
"name": "dbgate-api",
|
2020-06-04 09:18:46 +00:00
|
|
|
"main": "src/index.js",
|
2020-11-30 19:54:20 +00:00
|
|
|
"version": "1.0.7",
|
2020-11-17 06:37:32 +00:00
|
|
|
"homepage": "https://dbgate.org/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dbshell/dbgate.git"
|
2020-11-19 09:30:06 +00:00
|
|
|
},
|
2020-11-17 06:37:32 +00:00
|
|
|
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
|
|
|
"author": "Jan Prochazka",
|
|
|
|
"license": "GPL",
|
2020-11-17 06:48:45 +00:00
|
|
|
"keywords": [
|
|
|
|
"sql",
|
|
|
|
"json",
|
|
|
|
"import",
|
|
|
|
"export",
|
|
|
|
"dbgate"
|
|
|
|
],
|
2019-12-26 19:08:51 +00:00
|
|
|
"dependencies": {
|
2020-10-22 08:02:11 +00:00
|
|
|
"async-lock": "^1.2.4",
|
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",
|
2020-06-10 18:44:31 +00:00
|
|
|
"byline": "^5.0.0",
|
2019-12-26 19:08:51 +00:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"cross-env": "^6.0.3",
|
2020-11-19 09:30:06 +00:00
|
|
|
"dbgate-sqltree": "^1.0.0",
|
|
|
|
"dbgate-tools": "^1.0.0",
|
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-06-10 17:58:05 +00:00
|
|
|
"express-basic-auth": "^1.2.0",
|
2020-11-07 10:43:31 +00:00
|
|
|
"express-fileupload": "^1.2.0",
|
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-11-17 07:57:08 +00:00
|
|
|
"lodash": "^4.17.15",
|
2021-01-15 18:43:55 +00:00
|
|
|
"msnodesqlv8": "^2.0.10",
|
2020-11-26 16:24:30 +00:00
|
|
|
"ncp": "^2.0.0",
|
2020-01-04 08:41:09 +00:00
|
|
|
"nedb-promises": "^4.0.1",
|
2020-12-03 17:43:02 +00:00
|
|
|
"node-cron": "^2.0.3",
|
2020-11-30 19:54:20 +00:00
|
|
|
"tar": "^6.0.5",
|
|
|
|
"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-05-17 06:57:52 +00:00
|
|
|
"start:portal": "env-cmd nodemon src/index.js",
|
2020-12-10 10:11:03 +00:00
|
|
|
"start:covid": "env-cmd -f .covid-env 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-01-09 21:30:53 +00:00
|
|
|
"@types/lodash": "^4.14.149",
|
2020-11-19 09:30:06 +00:00
|
|
|
"dbgate-types": "^1.0.0",
|
2020-05-17 06:57:52 +00:00
|
|
|
"env-cmd": "^10.1.0",
|
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
|
|
|
}
|