Skip to content

Commit af82d1c

Browse files
Copilothuangyiirene
andcommitted
Add repository metadata to all package.json files
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 2ce00af commit af82d1c

File tree

11 files changed

+107
-1
lines changed

11 files changed

+107
-1
lines changed

packages/cli/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.3.0",
44
"description": "CLI tool for Object UI - Build applications from JSON schemas",
55
"type": "module",
6+
"homepage": "https://www.objectui.org",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/objectstack-ai/objectui.git",
10+
"directory": "packages/cli"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/objectstack-ai/objectui/issues"
14+
},
615
"bin": {
716
"objectui": "./dist/cli.js"
817
},

packages/components/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
6+
"description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
7+
"homepage": "https://www.objectui.org",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/objectstack-ai/objectui.git",
11+
"directory": "packages/components"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/objectstack-ai/objectui/issues"
15+
},
616
"main": "dist/index.umd.cjs",
717
"module": "dist/index.js",
818
"types": "dist/index.d.ts",

packages/core/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
"name": "@object-ui/core",
33
"version": "0.3.0",
44
"license": "MIT",
5+
"description": "Core logic, types, and validation for Object UI. Zero React dependencies.",
6+
"homepage": "https://www.objectui.org",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/objectstack-ai/objectui.git",
10+
"directory": "packages/core"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/objectstack-ai/objectui/issues"
14+
},
515
"main": "dist/index.js",
616
"types": "dist/index.d.ts",
717
"scripts": {

packages/data-objectql/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.3.0",
44
"description": "ObjectQL Data Source Adapter for Object UI",
55
"type": "module",
6+
"homepage": "https://www.objectui.org",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/objectstack-ai/objectui.git",
10+
"directory": "packages/data-objectql"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/objectstack-ai/objectui/issues"
14+
},
615
"main": "./dist/index.js",
716
"module": "./dist/index.js",
817
"types": "./dist/index.d.ts",

packages/designer/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
6-
"description": "The Tool. A drag-and-drop visual editor to generate Object UI schemas.",
6+
"description": "A drag-and-drop visual editor to generate Object UI schemas.",
7+
"homepage": "https://www.objectui.org",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/objectstack-ai/objectui.git",
11+
"directory": "packages/designer"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/objectstack-ai/objectui/issues"
15+
},
716
"main": "dist/index.js",
817
"types": "dist/index.d.ts",
918
"scripts": {

packages/plugin-charts/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
6+
"description": "Chart components plugin for Object UI, powered by Recharts",
7+
"homepage": "https://www.objectui.org",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/objectstack-ai/objectui.git",
11+
"directory": "packages/plugin-charts"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/objectstack-ai/objectui/issues"
15+
},
616
"main": "dist/index.umd.cjs",
717
"module": "dist/index.js",
818
"types": "dist/index.d.ts",

packages/plugin-editor/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
6+
"description": "Rich text editor plugin for Object UI, powered by Monaco Editor",
7+
"homepage": "https://www.objectui.org",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/objectstack-ai/objectui.git",
11+
"directory": "packages/plugin-editor"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/objectstack-ai/objectui/issues"
15+
},
616
"main": "dist/index.umd.cjs",
717
"module": "dist/index.js",
818
"types": "dist/index.d.ts",

packages/plugin-kanban/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
6+
"description": "Kanban board plugin for Object UI, powered by dnd-kit",
7+
"homepage": "https://www.objectui.org",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/objectstack-ai/objectui.git",
11+
"directory": "packages/plugin-kanban"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/objectstack-ai/objectui/issues"
15+
},
616
"main": "dist/index.umd.cjs",
717
"module": "dist/index.js",
818
"types": "dist/index.d.ts",

packages/plugin-markdown/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
6+
"description": "Markdown rendering plugin for Object UI, powered by react-markdown",
7+
"homepage": "https://www.objectui.org",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/objectstack-ai/objectui.git",
11+
"directory": "packages/plugin-markdown"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/objectstack-ai/objectui/issues"
15+
},
616
"main": "dist/index.umd.cjs",
717
"module": "dist/index.js",
818
"types": "dist/index.d.ts",

packages/react/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
"name": "@object-ui/react",
33
"version": "0.3.0",
44
"license": "MIT",
5+
"description": "React bindings and SchemaRenderer component for Object UI",
6+
"homepage": "https://www.objectui.org",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/objectstack-ai/objectui.git",
10+
"directory": "packages/react"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/objectstack-ai/objectui/issues"
14+
},
515
"main": "dist/index.js",
616
"types": "dist/index.d.ts",
717
"scripts": {

0 commit comments

Comments
 (0)