| 1 | { |
| 2 | "name": "@mermaid-js/examples", |
| 3 | "version": "1.0.0", |
| 4 | "description": "Mermaid examples package", |
| 5 | "author": "Sidharth Vinod", |
| 6 | "license": "MIT", |
| 7 | "type": "module", |
| 8 | "module": "./dist/mermaid-examples.core.mjs", |
| 9 | "types": "./dist/mermaid.d.ts", |
| 10 | "exports": { |
| 11 | ".": { |
| 12 | "types": "./dist/index.d.ts", |
| 13 | "import": "./dist/mermaid-examples.core.mjs", |
| 14 | "default": "./dist/mermaid-examples.core.mjs" |
| 15 | } |
| 16 | }, |
| 17 | "files": [ |
| 18 | "dist" |
| 19 | ], |
| 20 | "repository": { |
| 21 | "type": "git", |
| 22 | "url": "https://github.com/mermaid-js/mermaid" |
| 23 | }, |
| 24 | "scripts": { |
| 25 | "clean": "rimraf dist" |
| 26 | }, |
| 27 | "dependencies": {}, |
| 28 | "devDependencies": { |
| 29 | "mermaid": "workspace:*" |
| 30 | }, |
| 31 | "publishConfig": { |
| 32 | "access": "public" |
| 33 | } |
| 34 | } |
| 35 | |