mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
ef25ea1885
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
36 lines
649 B
JSON
36 lines
649 B
JSON
{
|
|
"version": "4.1.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": "MIT",
|
|
"keywords": [
|
|
"sql",
|
|
"mssql",
|
|
"mssql",
|
|
"postgresql",
|
|
"query",
|
|
"dbgate"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc --watch"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.0",
|
|
"dbgate-types": "^4.1.1",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
} |