dbgate/packages/sqltree/package.json

29 lines
604 B
JSON
Raw Normal View History

2020-03-05 06:35:23 +00:00
{
2020-11-16 20:35:18 +00:00
"version": "1.0.0",
2020-03-05 06:35:23 +00:00
"name": "@dbgate/sqltree",
"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-03-05 06:35:23 +00:00
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"start": "tsc --watch"
},
"files": [
"lib"
],
"devDependencies": {
2020-11-16 20:35:18 +00:00
"@dbgate/types": "^1.0.0",
2020-03-05 06:35:23 +00:00
"@types/node": "^13.7.0",
"typescript": "^3.7.5"
}
}