dbgate/packages/sqltree/package.json
2021-04-17 09:24:46 +02:00

38 lines
747 B
JSON

{
"version": "4.1.1",
"name": "dbgate-sqltree",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "MIT",
"keywords": [
"sql",
"mssql",
"mssql",
"postgresql",
"query",
"dbgate"
],
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"start": "tsc --watch"
},
"files": [
"lib"
],
"devDependencies": {
"@types/node": "^13.7.0",
"dbgate-types": "^4.1.1",
"typescript": "^3.7.5"
},
"dependencies": {
"lodash": "^4.17.15"
}
}