mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"name": "dbgate-api",
|
|
"main": "src/index.js",
|
|
"version": "1.0.5",
|
|
"homepage": "https://dbgate.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dbshell/dbgate.git"
|
|
},
|
|
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
|
"author": "Jan Prochazka",
|
|
"license": "GPL",
|
|
"keywords": [
|
|
"sql",
|
|
"mssql",
|
|
"mssql",
|
|
"postgresql",
|
|
"csv",
|
|
"excel",
|
|
"json",
|
|
"import",
|
|
"export",
|
|
"dbgate"
|
|
],
|
|
"dependencies": {
|
|
"async-lock": "^1.2.4",
|
|
"axios": "^0.19.0",
|
|
"body-parser": "^1.19.0",
|
|
"bufferutil": "^4.0.1",
|
|
"byline": "^5.0.0",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^6.0.3",
|
|
"csv": "^5.3.2",
|
|
"dbgate-engines": "^1.0.0",
|
|
"dbgate-sqltree": "^1.0.0",
|
|
"dbgate-tools": "^1.0.0",
|
|
"eslint": "^6.8.0",
|
|
"express": "^4.17.1",
|
|
"express-basic-auth": "^1.2.0",
|
|
"express-fileupload": "^1.2.0",
|
|
"find-free-port": "^2.0.0",
|
|
"fs-extra": "^8.1.0",
|
|
"http": "^0.0.0",
|
|
"line-reader": "^0.4.0",
|
|
"lodash": "^4.17.15",
|
|
"mssql": "^6.0.1",
|
|
"mysql": "^2.17.1",
|
|
"nedb-promises": "^4.0.1",
|
|
"node-fetch": "^2.6.1",
|
|
"pg": "^7.17.0",
|
|
"pg-query-stream": "^3.1.1",
|
|
"xlsx": "^0.16.8"
|
|
},
|
|
"scripts": {
|
|
"start": "nodemon src/index.js",
|
|
"start:portal": "env-cmd nodemon src/index.js",
|
|
"ts": "tsc",
|
|
"build": "webpack"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.149",
|
|
"dbgate-types": "^1.0.0",
|
|
"env-cmd": "^10.1.0",
|
|
"nodemon": "^2.0.2",
|
|
"typescript": "^3.7.4",
|
|
"webpack": "^4.42.0",
|
|
"webpack-cli": "^3.3.11"
|
|
}
|
|
}
|