2020-06-18 19:18:30 +00:00
|
|
|
{
|
2022-05-19 18:52:43 +00:00
|
|
|
"version": "5.0.0-alpha.1",
|
2020-11-16 20:59:08 +00:00
|
|
|
"name": "dbgate-tools",
|
2020-06-18 19:18:30 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "lib/index.d.ts",
|
2020-11-17 06:37:32 +00:00
|
|
|
"homepage": "https://dbgate.org/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-02-11 09:11:34 +00:00
|
|
|
"url": "https://github.com/dbgate/dbgate.git"
|
2020-11-24 18:06:05 +00:00
|
|
|
},
|
2020-11-17 06:37:32 +00:00
|
|
|
"author": "Jan Prochazka",
|
2024-06-26 18:41:14 +00:00
|
|
|
"license": "GPL-3.0",
|
2020-11-17 06:48:45 +00:00
|
|
|
"keywords": [
|
|
|
|
"sql",
|
|
|
|
"dbgate"
|
|
|
|
],
|
2020-06-18 19:18:30 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"start": "tsc --watch",
|
2020-11-28 07:37:40 +00:00
|
|
|
"test": "jest",
|
|
|
|
"prepublishOnly": "yarn build"
|
2020-06-18 19:18:30 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^13.7.0",
|
2022-05-19 18:52:43 +00:00
|
|
|
"dbgate-types": "^5.0.0-alpha.1",
|
2020-06-18 19:18:30 +00:00
|
|
|
"jest": "^24.9.0",
|
|
|
|
"ts-jest": "^25.2.1",
|
2021-09-28 10:34:54 +00:00
|
|
|
"typescript": "^4.4.3"
|
2020-06-18 19:18:30 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-10 11:09:34 +00:00
|
|
|
"dbgate-query-splitter": "^4.11.2",
|
2022-05-19 18:52:43 +00:00
|
|
|
"dbgate-sqltree": "^5.0.0-alpha.1",
|
2022-07-21 13:43:17 +00:00
|
|
|
"debug": "^4.3.4",
|
2022-07-21 07:31:02 +00:00
|
|
|
"json-stable-stringify": "^1.0.1",
|
|
|
|
"lodash": "^4.17.21",
|
2024-05-27 16:04:54 +00:00
|
|
|
"pinomin": "^1.0.4",
|
2021-06-10 09:10:45 +00:00
|
|
|
"uuid": "^3.4.0"
|
2020-06-18 19:18:30 +00:00
|
|
|
}
|
2021-06-10 08:51:30 +00:00
|
|
|
}
|