mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
38 lines
705 B
JSON
38 lines
705 B
JSON
{
|
|
"version": "1.0.1",
|
|
"name": "dbgate-sqltree",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
|
|
"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",
|
|
"query",
|
|
"dbgate"
|
|
],
|
|
|
|
"scripts": {
|
|
"prepare": "yarn build",
|
|
"build": "tsc",
|
|
"start": "tsc --watch"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"dbgate-types": "^1.0.0",
|
|
"@types/node": "^13.7.0",
|
|
"typescript": "^3.7.5"
|
|
}
|
|
} |