-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "reactomega",
"version": "1.2.0",
"description": "The AI-native React component registry \u2014 premium, accessible, reduced-motion-safe motion, interaction & physics components, installable by humans and AI agents via a CLI, shadcn, or an MCP server.",
"keywords": [
"react",
"components",
"registry",
"shadcn",
"animation",
"motion",
"interaction",
"physics",
"tailwind",
"mcp",
"ai-native",
"accessibility",
"reduced-motion",
"copy-paste",
"webgl",
"shader",
"glsl",
"cursor",
"scroll",
"materials",
"shaders"
],
"license": "MIT",
"author": "Ed Chen (https://www.edwson.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/Edwson/ReactOmega.git"
},
"homepage": "https://github.com/Edwson/ReactOmega#readme",
"bin": {
"reactomega": "cli/index.mjs",
"reactomega-mcp": "mcp/server.mjs"
},
"scripts": {
"build:registry": "node scripts/build-registry.mjs",
"registry": "node cli/index.mjs",
"mcp": "node mcp/server.mjs",
"test:registry": "node scripts/test-registry.mjs",
"test:mcp": "node mcp/test-mcp.mjs",
"test": "node scripts/test-registry.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.23.0"
},
"engines": {
"node": ">=18"
}
}