2020-03-05 06:35:23 +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-sqltree",
|
2020-03-05 06:35:23 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "lib/index.d.ts",
|
2020-11-16 20:35:18 +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-17 07:57:08 +00:00
|
|
|
},
|
2020-11-16 20:35:18 +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",
|
|
|
|
"mssql",
|
|
|
|
"mssql",
|
|
|
|
"postgresql",
|
|
|
|
"query",
|
|
|
|
"dbgate"
|
|
|
|
],
|
2020-03-05 06:35:23 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"start": "tsc --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^13.7.0",
|
2022-05-19 18:52:43 +00:00
|
|
|
"dbgate-types": "^5.0.0-alpha.1",
|
2021-09-28 10:34:54 +00:00
|
|
|
"typescript": "^4.4.3"
|
2020-11-17 07:57:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-16 12:00:59 +00:00
|
|
|
"lodash": "^4.17.21"
|
2020-03-05 06:35:23 +00:00
|
|
|
}
|
2021-02-08 16:15:08 +00:00
|
|
|
}
|