sealday
7f8970f136
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1593
22 lines
597 B
JSON
22 lines
597 B
JSON
{
|
|
"name": "@tachybase/plugin-mock-collections",
|
|
"displayName": "mock-collections",
|
|
"version": "0.22.6",
|
|
"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:*"
|
|
}
|
|
}
|