|
@@ -3,6 +3,26 @@
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
|
"description": "JSON becomes real things. Define your catalog, register your components, let AI generate.",
|
|
"description": "JSON becomes real things. Define your catalog, register your components, let AI generate.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "json",
|
|
|
|
|
+ "ui",
|
|
|
|
|
+ "react",
|
|
|
|
|
+ "ai",
|
|
|
|
|
+ "generative-ui",
|
|
|
|
|
+ "llm",
|
|
|
|
|
+ "schema",
|
|
|
|
|
+ "zod",
|
|
|
|
|
+ "streaming"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "repository": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "git+https://github.com/vercel-labs/json-render.git",
|
|
|
|
|
+ "directory": "packages/core"
|
|
|
|
|
+ },
|
|
|
|
|
+ "homepage": "https://github.com/vercel-labs/json-render#readme",
|
|
|
|
|
+ "bugs": {
|
|
|
|
|
+ "url": "https://github.com/vercel-labs/json-render/issues"
|
|
|
|
|
+ },
|
|
|
"main": "./dist/index.js",
|
|
"main": "./dist/index.js",
|
|
|
"module": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
|
"types": "./dist/index.d.ts",
|
|
"types": "./dist/index.d.ts",
|