mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			492 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			492 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@mermaid-js/tiny",
 | 
						|
  "version": "11.11.0",
 | 
						|
  "description": "Tiny version of mermaid",
 | 
						|
  "type": "commonjs",
 | 
						|
  "main": "./dist/mermaid.tiny.js",
 | 
						|
  "scripts": {
 | 
						|
    "clean": "rimraf dist"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/mermaid-js/mermaid"
 | 
						|
  },
 | 
						|
  "author": "Sidharth Vinod",
 | 
						|
  "license": "MIT",
 | 
						|
  "dependencies": {},
 | 
						|
  "devDependencies": {},
 | 
						|
  "files": [
 | 
						|
    "dist/",
 | 
						|
    "README.md"
 | 
						|
  ],
 | 
						|
  "publishConfig": {
 | 
						|
    "access": "public"
 | 
						|
  }
 | 
						|
}
 |