mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 09:05:59 +00:00
35 lines
821 B
JSON
35 lines
821 B
JSON
{
|
|
"version": "6.0.0-alpha.1",
|
|
"name": "dbgate-datalib",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dbgate/dbgate.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"test:charts": "jest -t \"Chart processor\"",
|
|
"test:ci": "jest --json --outputFile=result.json --testLocationInResults",
|
|
"start": "tsc --watch"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"date-fns": "^4.1.0",
|
|
"dbgate-filterparser": "^6.0.0-alpha.1",
|
|
"dbgate-sqltree": "^6.0.0-alpha.1",
|
|
"dbgate-tools": "^6.0.0-alpha.1",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.0",
|
|
"dbgate-types": "^6.0.0-alpha.1",
|
|
"jest": "^28.1.3",
|
|
"ts-jest": "^28.0.7",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|