Skip to content

Commit

Permalink
feat(chore): update package info (#53)
Browse files Browse the repository at this point in the history
* feat(chore): update package info

* feat(docs-package): add homepage url
  • Loading branch information
chilingling committed Nov 3, 2023
1 parent df244b5 commit cb8414d
Show file tree
Hide file tree
Showing 46 changed files with 505 additions and 4 deletions.
13 changes: 11 additions & 2 deletions mockServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/design-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 11 additions & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"access": "public"
},
"description": "webcomponent vue i18n host",
"author": "tinybuilder",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/datasource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/settings/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit cb8414d

Please sign in to comment.