mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 12:13:57 +00:00
43 lines
905 B
JSON
43 lines
905 B
JSON
{
|
|
"version": "5.0.0-alpha.1",
|
|
"name": "dbgate-tools",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"homepage": "https://dbgate.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dbgate/dbgate.git"
|
|
},
|
|
"author": "Jan Prochazka",
|
|
"license": "GPL-3.0",
|
|
"keywords": [
|
|
"sql",
|
|
"dbgate"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc --watch",
|
|
"test": "jest",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.0",
|
|
"dbgate-types": "^5.0.0-alpha.1",
|
|
"jest": "^24.9.0",
|
|
"ts-jest": "^25.2.1",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"dependencies": {
|
|
"dbgate-query-splitter": "^4.11.2",
|
|
"dbgate-sqltree": "^5.0.0-alpha.1",
|
|
"debug": "^4.3.4",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"lodash": "^4.17.21",
|
|
"pinomin": "^1.0.4",
|
|
"uuid": "^3.4.0"
|
|
}
|
|
}
|