tachybase_todo/packages/core/database/package.json
sealday 3e58c54aa8 feat: 仓库二期 (#719)
Co-authored-by: hello@lv <2256334253@qq.com>
Co-authored-by: wjh <wwwjh0710@163.com>
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#719
2024-05-08 16:20:31 +08:00

36 lines
885 B
JSON

{
"name": "@tachybase/database",
"version": "0.21.24",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@tachybase/logger": "workspace:*",
"@tachybase/utils": "workspace:*",
"async-mutex": "^0.3.2",
"chalk": "^4.1.1",
"cron-parser": "4.4.0",
"dayjs": "^1.11.8",
"deepmerge": "^4.2.2",
"excel-date-to-js": "^1.1.5",
"exponential-backoff": "^3.1.1",
"flat": "^5.0.2",
"glob": "^7.1.6",
"graphlib": "^2.1.8",
"lodash": "^4.17.21",
"mathjs": "^10.6.1",
"nanoid": "^3.3.6",
"node-fetch": "^2.6.7",
"qs": "^6.11.2",
"semver": "^7.3.7",
"sequelize": "^6.26.0",
"umzug": "^3.1.1"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/lodash": "4.17.0"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}