dbgate/packages/sqltree/package.json

38 lines
748 B
JSON
Raw Normal View History

2020-03-05 06:35:23 +00:00
{
"version": "3.9.5",
"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",
"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",
"dbgate-types": "^3.9.5",
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
}
2021-02-08 16:15:08 +00:00
}