dbgate/packages/sqltree/package.json
2020-03-05 07:35:23 +01:00

19 lines
350 B
JSON

{
"version": "0.1.0",
"name": "@dbgate/sqltree",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"start": "tsc --watch"
},
"files": [
"lib"
],
"devDependencies": {
"@dbgate/types": "^0.1.0",
"@types/node": "^13.7.0",
"typescript": "^3.7.5"
}
}