dbgate/packages/tools/package.json
2021-02-11 10:11:34 +01:00

38 lines
793 B
JSON

{
"version": "3.9.5",
"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"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "MIT",
"keywords": [
"sql",
"dbgate"
],
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"start": "tsc --watch",
"test": "jest",
"prepublishOnly": "yarn build"
},
"files": [
"lib"
],
"devDependencies": {
"@types/node": "^13.7.0",
"dbgate-types": "^3.9.5",
"jest": "^24.9.0",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5"
},
"dependencies": {
"lodash": "^4.17.15"
}
}