mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			58 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@mermaid-js/mermaid-example-diagram",
 | 
						|
  "version": "9.3.0",
 | 
						|
  "description": "Example of external diagram module for MermaidJS.",
 | 
						|
  "module": "dist/mermaid-example-diagram.core.mjs",
 | 
						|
  "types": "dist/detector.d.ts",
 | 
						|
  "type": "module",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "import": "./dist/mermaid-example-diagram.core.mjs",
 | 
						|
      "types": "./dist/detector.d.ts"
 | 
						|
    },
 | 
						|
    "./*": "./*"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "diagram",
 | 
						|
    "markdown",
 | 
						|
    "example",
 | 
						|
    "mermaid"
 | 
						|
  ],
 | 
						|
  "scripts": {
 | 
						|
    "prepublishOnly": "pnpm -w run build"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/mermaid-js/mermaid"
 | 
						|
  },
 | 
						|
  "author": "Knut Sveidqvist",
 | 
						|
  "license": "MIT",
 | 
						|
  "standard": {
 | 
						|
    "ignore": [
 | 
						|
      "**/parser/*.js",
 | 
						|
      "dist/**/*.js",
 | 
						|
      "cypress/**/*.js"
 | 
						|
    ],
 | 
						|
    "globals": [
 | 
						|
      "page"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@braintree/sanitize-url": "^7.0.0",
 | 
						|
    "d3": "^7.9.0",
 | 
						|
    "khroma": "^2.1.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "concurrently": "^8.2.2",
 | 
						|
    "mermaid": "workspace:*",
 | 
						|
    "rimraf": "^5.0.5"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "dist"
 | 
						|
  ],
 | 
						|
  "sideEffects": [
 | 
						|
    "**/*.css",
 | 
						|
    "**/*.scss"
 | 
						|
  ]
 | 
						|
}
 |