|
2 | 2 | "name": "@mezh-hq/react-seat-toolkit", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "React UI library to design and render seat layouts", |
5 | | - "main": "src/index.jsx", |
| 5 | + "main": "dist/index.js", |
6 | 6 | "private": false, |
7 | 7 | "exports": { |
8 | | - ".": "./src/index.jsx", |
9 | | - "./components": "./src/components/index.jsx", |
10 | | - "./constants": "./src/constants/index.js", |
11 | | - "./icons": "./src/icons/index.js", |
12 | | - "./hooks": "./src/hooks/index.js", |
13 | | - "./styles": "./src/styles/index.css" |
| 8 | + ".": "./dist/index.js", |
| 9 | + "./styles": "./dist/index.css" |
14 | 10 | }, |
15 | 11 | "scripts": { |
16 | 12 | "build": "bun run ./esbuild.config.js && bun build:css", |
|
24 | 20 | "release": "npm publish --access=public --no-git-checks || true", |
25 | 21 | "test": "echo \"Error: no test specified\" && exit 1" |
26 | 22 | }, |
| 23 | + "keywords": [ |
| 24 | + "Designer", |
| 25 | + "Seats", |
| 26 | + "Layout" |
| 27 | + ], |
| 28 | + "author": "Akalanka Perera, Miyuru Gunarathna", |
| 29 | + "license": "MIT", |
| 30 | + "homepage": "https://github.com/mezh-hq/react-seat-toolkit#readme", |
27 | 31 | "repository": { |
28 | 32 | "type": "git", |
29 | | - "url": "git+https://github.com/sliit-foss/bashaway-ui.git" |
| 33 | + "url": "git+https://github.com/mezh-hq/react-seat-toolkit.git" |
30 | 34 | }, |
31 | | - "keywords": [], |
32 | | - "author": "", |
33 | | - "license": "ISC", |
34 | 35 | "bugs": { |
35 | | - "url": "https://github.com/sliit-foss/bashaway-ui/issues" |
| 36 | + "url": "https://github.com/mezh-hq/react-seat-toolkit/issues" |
36 | 37 | }, |
37 | | - "homepage": "https://github.com/sliit-foss/bashaway-ui#readme", |
38 | 38 | "dependencies": { |
39 | 39 | "@radix-ui/react-accordion": "1.1.2", |
40 | 40 | "@radix-ui/react-checkbox": "1.0.4", |
|
0 commit comments