{ "version": "5.0.0-alpha.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" }, "author": "Jan Prochazka", "license": "GPL-3.0", "keywords": [ "sql", "mssql", "mssql", "postgresql", "query", "dbgate" ], "scripts": { "build": "tsc", "start": "tsc --watch" }, "files": [ "lib" ], "devDependencies": { "@types/node": "^13.7.0", "dbgate-types": "^5.0.0-alpha.1", "typescript": "^4.4.3" }, "dependencies": { "lodash": "^4.17.21" } }