mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 12:47:25 +00:00
27 lines
493 B
JSON
27 lines
493 B
JSON
|
{
|
||
|
"version": "0.1.0",
|
||
|
"name": "@dbgate/tools",
|
||
|
"main": "lib/index.js",
|
||
|
"typings": "lib/index.d.ts",
|
||
|
"scripts": {
|
||
|
"prepare": "yarn build",
|
||
|
"build": "tsc",
|
||
|
"start": "tsc --watch",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@dbgate/types": "^0.1.0",
|
||
|
"@types/node": "^13.7.0",
|
||
|
"jest": "^24.9.0",
|
||
|
"ts-jest": "^25.2.1",
|
||
|
"typescript": "^3.7.5"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": "^4.17.15",
|
||
|
"moment": "^2.24.0"
|
||
|
}
|
||
|
}
|