tachybase_todo/packages/plugins/@tachybase/plugin-mock-collections/package.json

22 lines
598 B
JSON
Raw Normal View History

{
"name": "@tachybase/plugin-mock-collections",
"displayName": "mock-collections",
"version": "0.21.78",
"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:*"
}
}