mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
18 lines
288 B
JSON
18 lines
288 B
JSON
{
|
|
"version": "0.1.0",
|
|
"name": "@dbgate/lib",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "yarn build",
|
|
"build": "tsc"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.0",
|
|
"typescript": "^3.7.5"
|
|
}
|
|
}
|