mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
27 lines
630 B
JSON
27 lines
630 B
JSON
{
|
|
"version": "5.0.0-alpha.1",
|
|
"name": "dbgate-datalib",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"test:ci": "jest --json --outputFile=result.json --testLocationInResults",
|
|
"start": "tsc --watch"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"dbgate-sqltree": "^5.0.0-alpha.1",
|
|
"dbgate-tools": "^5.0.0-alpha.1",
|
|
"dbgate-filterparser": "^5.0.0-alpha.1"
|
|
},
|
|
"devDependencies": {
|
|
"dbgate-types": "^5.0.0-alpha.1",
|
|
"@types/node": "^13.7.0",
|
|
"jest": "^28.1.3",
|
|
"ts-jest": "^28.0.7",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
} |