mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"version": "5.0.0-alpha.1",
|
|
"name": "dbgate-datalib",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc --watch"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"dbgate-sqltree": "^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",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
} |