|
1 | 1 | { |
2 | | - "name": "@roxyapi/ui", |
3 | | - "version": "0.2.3", |
4 | | - "description": "Web components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, crystals, dreams, angel numbers, and more. One key, beautiful in 30 minutes.", |
5 | | - "type": "module", |
6 | | - "main": "./dist/index.cjs", |
7 | | - "module": "./dist/index.js", |
8 | | - "types": "./dist/index.d.ts", |
9 | | - "exports": { |
10 | | - ".": { |
11 | | - "types": "./dist/index.d.ts", |
12 | | - "import": "./dist/index.js", |
13 | | - "require": "./dist/index.cjs" |
14 | | - }, |
15 | | - "./components/*": { |
16 | | - "types": "./dist/components/*.d.ts", |
17 | | - "import": "./dist/components/*.js" |
18 | | - }, |
19 | | - "./types": { |
20 | | - "types": "./dist/types/index.d.ts" |
21 | | - }, |
22 | | - "./styles/tokens.css": "./dist/styles/tokens.css", |
23 | | - "./registry/*": "./dist/registry/*.json" |
24 | | - }, |
25 | | - "files": [ |
26 | | - "dist", |
27 | | - "src", |
28 | | - "README.md", |
29 | | - "LICENSE", |
30 | | - "AGENTS.md", |
31 | | - "THEMING.md" |
32 | | - ], |
33 | | - "keywords": [ |
34 | | - "web-components", |
35 | | - "lit", |
36 | | - "custom-elements", |
37 | | - "shadow-dom", |
38 | | - "astrology", |
39 | | - "vedic", |
40 | | - "tarot", |
41 | | - "numerology", |
42 | | - "horoscope", |
43 | | - "kundli", |
44 | | - "natal-chart", |
45 | | - "birth-chart", |
46 | | - "iching", |
47 | | - "crystals", |
48 | | - "angel-numbers", |
49 | | - "dreams", |
50 | | - "biorhythm", |
51 | | - "shadcn", |
52 | | - "jsdelivr", |
53 | | - "roxyapi" |
54 | | - ], |
55 | | - "license": "MIT", |
56 | | - "repository": { |
57 | | - "type": "git", |
58 | | - "url": "git+https://github.com/RoxyAPI/ui.git", |
59 | | - "directory": "packages/ui" |
60 | | - }, |
61 | | - "homepage": "https://roxyapi.com/ui", |
62 | | - "bugs": { |
63 | | - "url": "https://github.com/RoxyAPI/ui/issues" |
64 | | - }, |
65 | | - "sideEffects": [ |
66 | | - "./dist/components/*.js", |
67 | | - "./dist/cdn/*.js" |
68 | | - ], |
69 | | - "engines": { |
70 | | - "node": ">=18" |
71 | | - }, |
72 | | - "peerDependencies": { |
73 | | - "lit": "^3.0.0" |
74 | | - }, |
75 | | - "dependencies": { |
76 | | - "lit": "^3.2.0" |
77 | | - }, |
78 | | - "publishConfig": { |
79 | | - "access": "public", |
80 | | - "provenance": true |
81 | | - } |
| 2 | + "name": "@roxyapi/ui", |
| 3 | + "version": "0.2.3", |
| 4 | + "description": "Web components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, crystals, dreams, angel numbers, and more. One key, beautiful in 30 minutes.", |
| 5 | + "type": "module", |
| 6 | + "main": "./dist/index.cjs", |
| 7 | + "module": "./dist/index.js", |
| 8 | + "types": "./dist/index.d.ts", |
| 9 | + "exports": { |
| 10 | + ".": { |
| 11 | + "types": "./dist/index.d.ts", |
| 12 | + "import": "./dist/index.js", |
| 13 | + "require": "./dist/index.cjs" |
| 14 | + }, |
| 15 | + "./components/*": { |
| 16 | + "types": "./dist/components/*.d.ts", |
| 17 | + "import": "./dist/components/*.js" |
| 18 | + }, |
| 19 | + "./types": { |
| 20 | + "types": "./dist/types/index.d.ts" |
| 21 | + }, |
| 22 | + "./styles/tokens.css": "./dist/styles/tokens.css", |
| 23 | + "./registry/*": "./dist/registry/*.json" |
| 24 | + }, |
| 25 | + "files": [ |
| 26 | + "dist", |
| 27 | + "src", |
| 28 | + "README.md", |
| 29 | + "LICENSE", |
| 30 | + "AGENTS.md", |
| 31 | + "THEMING.md" |
| 32 | + ], |
| 33 | + "keywords": [ |
| 34 | + "web-components", |
| 35 | + "lit", |
| 36 | + "custom-elements", |
| 37 | + "shadow-dom", |
| 38 | + "astrology", |
| 39 | + "vedic", |
| 40 | + "tarot", |
| 41 | + "numerology", |
| 42 | + "horoscope", |
| 43 | + "kundli", |
| 44 | + "natal-chart", |
| 45 | + "birth-chart", |
| 46 | + "iching", |
| 47 | + "crystals", |
| 48 | + "angel-numbers", |
| 49 | + "dreams", |
| 50 | + "biorhythm", |
| 51 | + "shadcn", |
| 52 | + "jsdelivr", |
| 53 | + "roxyapi" |
| 54 | + ], |
| 55 | + "license": "MIT", |
| 56 | + "repository": { |
| 57 | + "type": "git", |
| 58 | + "url": "git+https://github.com/RoxyAPI/ui.git", |
| 59 | + "directory": "packages/ui" |
| 60 | + }, |
| 61 | + "homepage": "https://roxyapi.com/ui", |
| 62 | + "bugs": { |
| 63 | + "url": "https://github.com/RoxyAPI/ui/issues" |
| 64 | + }, |
| 65 | + "sideEffects": [ |
| 66 | + "./dist/components/*.js", |
| 67 | + "./dist/cdn/*.js" |
| 68 | + ], |
| 69 | + "engines": { |
| 70 | + "node": ">=18" |
| 71 | + }, |
| 72 | + "peerDependencies": { |
| 73 | + "lit": "^3.0.0" |
| 74 | + }, |
| 75 | + "dependencies": { |
| 76 | + "lit": "^3.2.0" |
| 77 | + }, |
| 78 | + "publishConfig": { |
| 79 | + "access": "public", |
| 80 | + "provenance": true |
| 81 | + } |
82 | 82 | } |
0 commit comments