|
| 1 | + |
| 2 | +{ |
| 3 | + "name": "@leafygreen-ui/wizard", |
| 4 | + "version": "0.1.0", |
| 5 | + "description": "LeafyGreen UI Kit Wizard", |
| 6 | + "main": "./dist/umd/index.js", |
| 7 | + "module": "./dist/esm/index.js", |
| 8 | + "types": "./dist/types/index.d.ts", |
| 9 | + "license": "Apache-2.0", |
| 10 | + "exports": { |
| 11 | + ".": { |
| 12 | + "require": "./dist/umd/index.js", |
| 13 | + "import": "./dist/esm/index.js", |
| 14 | + "types": "./dist/types/index.d.ts" |
| 15 | + }, |
| 16 | + "./testing": { |
| 17 | + "require": "./dist/umd/testing/index.js", |
| 18 | + "import": "./dist/esm/testing/index.js", |
| 19 | + "types": "./dist/types/testing/index.d.ts" |
| 20 | + } |
| 21 | + }, |
| 22 | + "scripts": { |
| 23 | + "build": "lg-build bundle", |
| 24 | + "tsc": "lg-build tsc", |
| 25 | + "docs": "lg-build docs" |
| 26 | + }, |
| 27 | + "publishConfig": { |
| 28 | + "access": "public" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@leafygreen-ui/emotion": "workspace:^", |
| 32 | + "@leafygreen-ui/lib": "workspace:^", |
| 33 | + "@lg-tools/test-harnesses": "workspace:^" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/wizard", |
| 36 | + "repository": { |
| 37 | + "type": "git", |
| 38 | + "url": "https://github.com/mongodb/leafygreen-ui" |
| 39 | + }, |
| 40 | + "bugs": { |
| 41 | + "url": "https://jira.mongodb.org/projects/LG/summary" |
| 42 | + } |
| 43 | +} |
0 commit comments