tachybase_todo/packages/core/database/package.json

36 lines
858 B
JSON

{
"name": "@tachybase/database",
"version": "0.21.71",
"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/flat": "^5.0.5",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.17.5"
}
}