mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
15 lines
460 B
JSON
15 lines
460 B
JSON
{
|
|
"private": true,
|
|
"name": "@nocobase-example/plugin-settings-page",
|
|
"displayName": "Plugin example: Settings page",
|
|
"description": "This plugin demonstrates how to create a plugin settings page with form, API integration, and i18n.",
|
|
"version": "2.2.0-beta.3",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "2.x",
|
|
"@nocobase/client-v2": "2.x",
|
|
"@nocobase/server": "2.x",
|
|
"@nocobase/test": "2.x"
|
|
}
|
|
}
|