dbgate/packages/sqltree/package.json

38 lines
705 B
JSON
Raw Normal View History

2020-03-05 06:35:23 +00:00
{
2020-11-17 07:27:14 +00:00
"version": "1.0.2",
"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"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
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": {
"dbgate-types": "^1.0.0",
2020-03-05 06:35:23 +00:00
"@types/node": "^13.7.0",
"typescript": "^3.7.5"
}
}