{ "version": "5.0.0-alpha.1", "name": "dbgate-datalib", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:ci": "jest --json --outputFile=result.json --testLocationInResults", "start": "tsc --watch" }, "files": [ "lib" ], "dependencies": { "dbgate-sqltree": "^5.0.0-alpha.1", "dbgate-tools": "^5.0.0-alpha.1", "dbgate-filterparser": "^5.0.0-alpha.1", "uuid": "^3.4.0" }, "devDependencies": { "dbgate-types": "^5.0.0-alpha.1", "@types/node": "^13.7.0", "jest": "^28.1.3", "ts-jest": "^28.0.7", "typescript": "^4.4.3" } }