nocobase/packages/core/database/package.json
Zeke Zhang d570a2c704
feat: the $anyof and $noneOf operators should support non-array values (#3244)
* fix: the $anyof and $noneOf operators should support non-array values

* chore: add lodash dependency

* test: add unit test

* test: add unit test
2023-12-22 09:52:28 +08:00

40 lines
1002 B
JSON

{
"name": "@nocobase/database",
"version": "0.18.0-alpha.1",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@nocobase/logger": "0.18.0-alpha.1",
"@nocobase/utils": "0.18.0-alpha.1",
"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",
"mathjs": "^10.6.1",
"nanoid": "^3.3.6",
"qs": "^6.11.2",
"semver": "^7.3.7",
"sequelize": "^6.26.0",
"umzug": "^3.1.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"node-fetch": "^2.6.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/database"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}