UNPKG

dbgate-tools

Version:

Auxiliary tools for other DbGate packages.

45 lines 1.01 kB
{ "version": "7.0.1", "name": "dbgate-tools", "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", "dbgate" ], "scripts": { "build": "tsc", "start": "tsc --watch", "prepublishOnly": "yarn build", "test": "jest", "test:ci": "jest --json --outputFile=result.json --testLocationInResults" }, "files": [ "lib" ], "devDependencies": { "@types/node": "^13.7.0", "dbgate-types": "^7.0.1", "jest": "^28.1.3", "ts-jest": "^28.0.7", "typescript": "^4.4.3" }, "dependencies": { "blueimp-md5": "^2.19.0", "dbgate-query-splitter": "^4.11.9", "dbgate-sqltree": "^7.0.1", "debug": "^4.3.4", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.21", "pinomin": "^1.0.5", "toposort": "^2.0.2", "uuid": "^3.4.0" } }