From cb8414da9b3e780bd3776ca03d1067dbb1c9841c Mon Sep 17 00:00:00 2001 From: chilingling <26962197+chilingling@users.noreply.github.com> Date: Fri, 3 Nov 2023 03:01:36 -0700 Subject: [PATCH] feat(chore): update package info (#53) * feat(chore): update package info * feat(docs-package): add homepage url --- mockServer/package.json | 13 +++++++++++-- packages/canvas/package.json | 11 +++++++++++ packages/common/package.json | 11 +++++++++++ packages/controller/package.json | 11 +++++++++++ packages/design-core/package.json | 10 ++++++++++ packages/http/package.json | 11 +++++++++++ packages/i18n/package.json | 12 +++++++++++- packages/plugins/block/package.json | 11 +++++++++++ packages/plugins/bridge/package.json | 11 +++++++++++ packages/plugins/data/package.json | 11 +++++++++++ packages/plugins/datasource/package.json | 11 +++++++++++ packages/plugins/help/package.json | 11 +++++++++++ packages/plugins/i18n/package.json | 11 +++++++++++ packages/plugins/materials/package.json | 11 +++++++++++ packages/plugins/page/package.json | 11 +++++++++++ packages/plugins/robot/package.json | 11 +++++++++++ packages/plugins/schema/package.json | 11 +++++++++++ packages/plugins/script/package.json | 11 +++++++++++ packages/plugins/tree/package.json | 11 +++++++++++ packages/plugins/tutorial/package.json | 11 +++++++++++ packages/settings/design/package.json | 11 +++++++++++ packages/settings/events/package.json | 11 +++++++++++ packages/settings/props/package.json | 11 +++++++++++ packages/settings/styles/package.json | 11 +++++++++++ packages/svgs/package.json | 11 +++++++++++ packages/theme/dark/package.json | 11 +++++++++++ packages/theme/light/package.json | 11 +++++++++++ packages/toolbars/breadcrumb/package.json | 11 +++++++++++ packages/toolbars/clean/package.json | 11 +++++++++++ packages/toolbars/collaboration/package.json | 11 +++++++++++ packages/toolbars/fullscreen/package.json | 11 +++++++++++ packages/toolbars/generate-vue/package.json | 11 +++++++++++ packages/toolbars/lang/package.json | 11 +++++++++++ packages/toolbars/layout/package.json | 11 +++++++++++ packages/toolbars/lock/package.json | 11 +++++++++++ packages/toolbars/logo/package.json | 11 +++++++++++ packages/toolbars/logout/package.json | 11 +++++++++++ packages/toolbars/media/package.json | 11 +++++++++++ packages/toolbars/preview/package.json | 11 +++++++++++ packages/toolbars/redoundo/package.json | 11 +++++++++++ packages/toolbars/refresh/package.json | 11 +++++++++++ packages/toolbars/save/package.json | 11 +++++++++++ packages/toolbars/setting/package.json | 11 +++++++++++ packages/utils/package.json | 11 +++++++++++ packages/vue-generator/package.json | 11 +++++++++++ packages/webcomponent/package.json | 12 +++++++++++- 46 files changed, 505 insertions(+), 4 deletions(-) diff --git a/mockServer/package.json b/mockServer/package.json index 39aa2ed..53e0748 100644 --- a/mockServer/package.json +++ b/mockServer/package.json @@ -5,8 +5,17 @@ "access": "public" }, "description": "mock服务", - "author": "opentiny", - "license": "WTFPL", + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "mockServer" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "scripts": { "start": "gulp nodemon", "dev": "gulp", diff --git a/packages/canvas/package.json b/packages/canvas/package.json index f208157..46d9669 100644 --- a/packages/canvas/package.json +++ b/packages/canvas/package.json @@ -14,6 +14,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/canvas" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@babel/core": "7.18.13", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/common/package.json b/packages/common/package.json index 5676c2a..06b2c40 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -17,6 +17,17 @@ "dist", "js" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/common" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@babel/generator": "7.18.13", "@babel/parser": "7.18.13", diff --git a/packages/controller/package.json b/packages/controller/package.json index 2fa5774..52711a1 100644 --- a/packages/controller/package.json +++ b/packages/controller/package.json @@ -17,6 +17,17 @@ "./utils": "./dist/utils.js", "./adapter": "./dist/adapter.js" }, + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/controller" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/design-core/package.json b/packages/design-core/package.json index 6933a8c..dbe38f4 100644 --- a/packages/design-core/package.json +++ b/packages/design-core/package.json @@ -19,6 +19,16 @@ "preview": "vite preview", "lint": "eslint . --ext .js,.vue,.jsx --fix" }, + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/design-core" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", "dependencies": { "@babel/core": "7.18.13", "@babel/generator": "7.18.13", diff --git a/packages/http/package.json b/packages/http/package.json index b1a753f..507b98f 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/http" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-utils": "workspace:^1.0.0", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 5f018ab..cad6531 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -5,7 +5,6 @@ "access": "public" }, "description": "webcomponent vue i18n host", - "author": "tinybuilder", "scripts": { "dev": "vite", "build": "vite build", @@ -18,6 +17,17 @@ ], "main": "dist/lowcode-design-i18n-host.umd.js", "module": "dist/lowcode-design-i18n-host.es.js", + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/i18n" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-webcomponent-core": "workspace:^1.0.0", "vue": "^3.2.1", diff --git a/packages/plugins/block/package.json b/packages/plugins/block/package.json index 035830b..a8ec6d6 100644 --- a/packages/plugins/block/package.json +++ b/packages/plugins/block/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/block" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/bridge/package.json b/packages/plugins/bridge/package.json index 2772e63..71ab9b1 100644 --- a/packages/plugins/bridge/package.json +++ b/packages/plugins/bridge/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/bridge" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/data/package.json b/packages/plugins/data/package.json index c0876b2..79aa2e3 100644 --- a/packages/plugins/data/package.json +++ b/packages/plugins/data/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/data" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/datasource/package.json b/packages/plugins/datasource/package.json index ed7112b..7fb7142 100644 --- a/packages/plugins/datasource/package.json +++ b/packages/plugins/datasource/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/datasource" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/help/package.json b/packages/plugins/help/package.json index 66dc321..aa72bf1 100644 --- a/packages/plugins/help/package.json +++ b/packages/plugins/help/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/help" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/plugins/i18n/package.json b/packages/plugins/i18n/package.json index cd39246..91f2d72 100644 --- a/packages/plugins/i18n/package.json +++ b/packages/plugins/i18n/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/i18n" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/plugins/materials/package.json b/packages/plugins/materials/package.json index ce9df47..2eb6091 100644 --- a/packages/plugins/materials/package.json +++ b/packages/plugins/materials/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/materials" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/page/package.json b/packages/plugins/page/package.json index c3ef9de..917e7b3 100644 --- a/packages/plugins/page/package.json +++ b/packages/plugins/page/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/page" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/plugins/robot/package.json b/packages/plugins/robot/package.json index 738ed9c..44782fe 100644 --- a/packages/plugins/robot/package.json +++ b/packages/plugins/robot/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/robot" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/schema/package.json b/packages/plugins/schema/package.json index 829250d..e7607c5 100644 --- a/packages/plugins/schema/package.json +++ b/packages/plugins/schema/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/schema" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/script/package.json b/packages/plugins/script/package.json index 49b7115..6840506 100644 --- a/packages/plugins/script/package.json +++ b/packages/plugins/script/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/script" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/tree/package.json b/packages/plugins/tree/package.json index 6a6c94d..3df06a5 100644 --- a/packages/plugins/tree/package.json +++ b/packages/plugins/tree/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/tree" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/plugins/tutorial/package.json b/packages/plugins/tutorial/package.json index bf657c8..0b69eab 100644 --- a/packages/plugins/tutorial/package.json +++ b/packages/plugins/tutorial/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/plugins/tutorial" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/settings/design/package.json b/packages/settings/design/package.json index d7c513a..946a53d 100644 --- a/packages/settings/design/package.json +++ b/packages/settings/design/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/settings/design" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/vue": "~3.10.0", diff --git a/packages/settings/events/package.json b/packages/settings/events/package.json index e7c563c..4c9213a 100644 --- a/packages/settings/events/package.json +++ b/packages/settings/events/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/settings/events" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/settings/props/package.json b/packages/settings/props/package.json index 414f0d5..5c2108e 100644 --- a/packages/settings/props/package.json +++ b/packages/settings/props/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/settings/props" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/settings/styles/package.json b/packages/settings/styles/package.json index 179e94d..39d0f58 100644 --- a/packages/settings/styles/package.json +++ b/packages/settings/styles/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/settings/styles" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/svgs/package.json b/packages/svgs/package.json index 38a45c1..4df0584 100644 --- a/packages/svgs/package.json +++ b/packages/svgs/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/svgs" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/vue": "~3.10.0", "@opentiny/vue-icon": "~3.10.0", diff --git a/packages/theme/dark/package.json b/packages/theme/dark/package.json index 3c084aa..116c99c 100644 --- a/packages/theme/dark/package.json +++ b/packages/theme/dark/package.json @@ -11,6 +11,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/theme/dark" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "devDependencies": { "rimraf": "^3.0.2", "vite": "^4.3.7" diff --git a/packages/theme/light/package.json b/packages/theme/light/package.json index ddcd49b..5797855 100644 --- a/packages/theme/light/package.json +++ b/packages/theme/light/package.json @@ -11,6 +11,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/theme/light" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "devDependencies": { "rimraf": "^3.0.2", "vite": "^4.3.7" diff --git a/packages/toolbars/breadcrumb/package.json b/packages/toolbars/breadcrumb/package.json index baab624..4062fea 100644 --- a/packages/toolbars/breadcrumb/package.json +++ b/packages/toolbars/breadcrumb/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/breadcrumb" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/toolbars/clean/package.json b/packages/toolbars/clean/package.json index bd8268e..25474a0 100644 --- a/packages/toolbars/clean/package.json +++ b/packages/toolbars/clean/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/clean" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-controller": "workspace:^1.0.0", "@opentiny/tiny-engine-utils": "workspace:^1.0.0", diff --git a/packages/toolbars/collaboration/package.json b/packages/toolbars/collaboration/package.json index f8b592d..6dda4ac 100644 --- a/packages/toolbars/collaboration/package.json +++ b/packages/toolbars/collaboration/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/collaboration" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-controller": "workspace:^1.0.0", "@opentiny/vue": "~3.10.0", diff --git a/packages/toolbars/fullscreen/package.json b/packages/toolbars/fullscreen/package.json index 888a4d5..b90a717 100644 --- a/packages/toolbars/fullscreen/package.json +++ b/packages/toolbars/fullscreen/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/fullscreen" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/vue": "~3.10.0", diff --git a/packages/toolbars/generate-vue/package.json b/packages/toolbars/generate-vue/package.json index 0427cb0..2ceda02 100644 --- a/packages/toolbars/generate-vue/package.json +++ b/packages/toolbars/generate-vue/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/generate-vue" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/toolbars/lang/package.json b/packages/toolbars/lang/package.json index 849e8e9..5089ec8 100644 --- a/packages/toolbars/lang/package.json +++ b/packages/toolbars/lang/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/lang" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-utils": "workspace:^1.0.0", "@opentiny/vue": "~3.10.0", diff --git a/packages/toolbars/layout/package.json b/packages/toolbars/layout/package.json index 31ca3dc..f6c1428 100644 --- a/packages/toolbars/layout/package.json +++ b/packages/toolbars/layout/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/layout" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/vue": "~3.10.0", "vue": "3.2.45" diff --git a/packages/toolbars/lock/package.json b/packages/toolbars/lock/package.json index 0b5d2f1..21aff04 100644 --- a/packages/toolbars/lock/package.json +++ b/packages/toolbars/lock/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/lock" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-controller": "workspace:^1.0.0", "@opentiny/tiny-engine-http": "workspace:^1.0.0", diff --git a/packages/toolbars/logo/package.json b/packages/toolbars/logo/package.json index 9c4929f..55a5fb0 100644 --- a/packages/toolbars/logo/package.json +++ b/packages/toolbars/logo/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/logo" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-common": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/toolbars/logout/package.json b/packages/toolbars/logout/package.json index 270c65c..9aa1500 100644 --- a/packages/toolbars/logout/package.json +++ b/packages/toolbars/logout/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/logout" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/vue": "~3.10.0", "vue": "3.2.45" diff --git a/packages/toolbars/media/package.json b/packages/toolbars/media/package.json index f180c4e..a4847d1 100644 --- a/packages/toolbars/media/package.json +++ b/packages/toolbars/media/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/media" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/toolbars/preview/package.json b/packages/toolbars/preview/package.json index 3e4266a..7967762 100644 --- a/packages/toolbars/preview/package.json +++ b/packages/toolbars/preview/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/preview" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/toolbars/redoundo/package.json b/packages/toolbars/redoundo/package.json index 921cc84..afbe5bb 100644 --- a/packages/toolbars/redoundo/package.json +++ b/packages/toolbars/redoundo/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/redoundo" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-controller": "workspace:^1.0.0", "@opentiny/vue": "~3.10.0", diff --git a/packages/toolbars/refresh/package.json b/packages/toolbars/refresh/package.json index eb76003..6f50f06 100644 --- a/packages/toolbars/refresh/package.json +++ b/packages/toolbars/refresh/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/refresh" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-controller": "workspace:^1.0.0", diff --git a/packages/toolbars/save/package.json b/packages/toolbars/save/package.json index e797ee5..2be27b4 100644 --- a/packages/toolbars/save/package.json +++ b/packages/toolbars/save/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/save" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-canvas": "workspace:^1.0.0", "@opentiny/tiny-engine-common": "workspace:^1.0.0", diff --git a/packages/toolbars/setting/package.json b/packages/toolbars/setting/package.json index 706e106..acbe60f 100644 --- a/packages/toolbars/setting/package.json +++ b/packages/toolbars/setting/package.json @@ -12,6 +12,17 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/toolbars/setting" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-controller": "workspace:^1.0.0", "@opentiny/tiny-engine-utils": "workspace:^1.0.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index eb4fc7d..df4d2e3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -14,6 +14,17 @@ "build": "vite build" }, "keywords": [], + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/utils" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "devDependencies": { "vite": "^4.3.7" }, diff --git a/packages/vue-generator/package.json b/packages/vue-generator/package.json index 57a84ae..db8abc3 100644 --- a/packages/vue-generator/package.json +++ b/packages/vue-generator/package.json @@ -14,6 +14,17 @@ "test:latest": "npm run build && node test/testcases/full/index.js", "publish:npm": "npm publish --verbose" }, + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/vue-generator" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@vue/compiler-sfc": "3.2.45", "@vue/shared": "^3.3.4", diff --git a/packages/webcomponent/package.json b/packages/webcomponent/package.json index 4905f70..c94d879 100644 --- a/packages/webcomponent/package.json +++ b/packages/webcomponent/package.json @@ -5,7 +5,6 @@ "access": "public" }, "description": "webcomponent vue core", - "author": "tinybuilder", "scripts": { "dev": "vite", "build": "vite build", @@ -18,6 +17,17 @@ ], "main": "dist/tiny-engine-webcomponent-core.umd.js", "module": "dist/tiny-engine-webcomponent-core.es.js", + "repository": { + "type": "git", + "url": "https://github.com/opentiny/tiny-engine", + "directory": "packages/webcomponent" + }, + "bugs": { + "url": "https://github.com/opentiny/tiny-engine/issues" + }, + "author": "OpenTiny Team", + "license": "MIT", + "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@vue/shared": "^3.3.4", "vue": "^3.2.1"