mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"version": "1.0.0",
|
|
"name": "dbgate-datalib",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "yarn build",
|
|
"build": "tsc",
|
|
"start": "tsc --watch"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"dbgate-sqltree": "^1.0.0",
|
|
"dbgate-filterparser": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"dbgate-types": "^1.0.0",
|
|
"@types/node": "^13.7.0",
|
|
"typescript": "^3.7.5"
|
|
}
|
|
} |