2020-06-18 19:18:30 +00:00
|
|
|
{
|
2021-04-17 07:24:46 +00:00
|
|
|
"version": "4.1.1",
|
2020-11-16 20:59:08 +00:00
|
|
|
"name": "dbgate-tools",
|
2020-06-18 19:18:30 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "lib/index.d.ts",
|
2020-11-17 06:37:32 +00:00
|
|
|
"homepage": "https://dbgate.org/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-02-11 09:11:34 +00:00
|
|
|
"url": "https://github.com/dbgate/dbgate.git"
|
2020-11-24 18:06:05 +00:00
|
|
|
},
|
2020-11-17 06:37:32 +00:00
|
|
|
"author": "Jan Prochazka",
|
2021-02-07 08:44:42 +00:00
|
|
|
"license": "MIT",
|
2020-11-17 06:48:45 +00:00
|
|
|
"keywords": [
|
|
|
|
"sql",
|
|
|
|
"dbgate"
|
|
|
|
],
|
2020-06-18 19:18:30 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"start": "tsc --watch",
|
2020-11-28 07:37:40 +00:00
|
|
|
"test": "jest",
|
|
|
|
"prepublishOnly": "yarn build"
|
2020-06-18 19:18:30 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^13.7.0",
|
2021-04-17 07:24:46 +00:00
|
|
|
"dbgate-types": "^4.1.1",
|
2020-06-18 19:18:30 +00:00
|
|
|
"jest": "^24.9.0",
|
|
|
|
"ts-jest": "^25.2.1",
|
|
|
|
"typescript": "^3.7.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-10 08:51:30 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-06-10 09:10:45 +00:00
|
|
|
"uuid": "^3.4.0"
|
2020-06-18 19:18:30 +00:00
|
|
|
}
|
2021-06-10 08:51:30 +00:00
|
|
|
}
|