tachybase_todo/packages/plugins/@tachybase/plugin-mock-collections/package.json
sealday 37d54faae3 chore(version): release v0.21.74 (#1332)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1332
2024-07-17 13:37:42 +08:00

22 lines
598 B
JSON

{
"name": "@tachybase/plugin-mock-collections",
"displayName": "mock-collections",
"version": "0.21.74",
"description": "mock-collections",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@faker-js/faker": "8.1.0",
"lodash": "4.17.21",
"pg": "^8.11.3"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-error-handler": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
}
}