-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 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
{
"name": "uix",
"version": "0.0.1",
"description": "UIX - AI-to-UI Protocol",
"private": true,
"packageManager": "pnpm@10.24.0",
"type": "module",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r --parallel dev",
"test": "pnpm -r --if-present test",
"lint": "eslint . --ext .ts,.tsx",
"clean": "pnpm -r clean",
"storybook": "pnpm --filter @uix-ai/storybook storybook",
"changeset": "changeset",
"version-packages": "changeset version",
"publish-packages": "changeset publish"
},
"keywords": [
"uix",
"ui-protocol",
"declarative-ui",
"intermediate-representation",
"react",
"ui",
"ai",
"agent",
"streaming",
"lucid",
"deepractice"
],
"author": "Deepractice <contact@deepractice.ai>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Deepractice/UIX.git"
},
"homepage": "https://github.com/Deepractice/UIX",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0"
}
}