2020-03-05 06:35:23 +00:00
|
|
|
{
|
2020-11-30 19:14:07 +00:00
|
|
|
"version": "1.0.4",
|
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",
|
|
|
|
"url": "https://github.com/dbshell/dbgate.git"
|
2020-11-17 07:57:08 +00:00
|
|
|
},
|
2020-11-16 20:35:18 +00:00
|
|
|
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
|
|
|
"author": "Jan Prochazka",
|
2021-02-07 08:44:42 +00:00
|
|
|
"license": "MIT",
|
2020-11-17 06:48:45 +00:00
|
|
|
"keywords": [
|
|
|
|
"sql",
|
|
|
|
"mssql",
|
|
|
|
"mssql",
|
|
|
|
"postgresql",
|
|
|
|
"query",
|
|
|
|
"dbgate"
|
|
|
|
],
|
2020-03-05 06:35:23 +00:00
|
|
|
"scripts": {
|
|
|
|
"prepare": "yarn build",
|
|
|
|
"build": "tsc",
|
|
|
|
"start": "tsc --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^13.7.0",
|
2020-11-17 07:57:08 +00:00
|
|
|
"dbgate-types": "^1.0.0",
|
2020-03-05 06:35:23 +00:00
|
|
|
"typescript": "^3.7.5"
|
2020-11-17 07:57:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"lodash": "^4.17.15"
|
2020-03-05 06:35:23 +00:00
|
|
|
}
|
2020-11-17 07:57:08 +00:00
|
|
|
}
|