492 B26 lines
Blame
1{
2 "name": "@mermaid-js/tiny",
3 "version": "11.12.2",
4 "description": "Tiny version of mermaid",
5 "type": "commonjs",
6 "main": "./dist/mermaid.tiny.js",
7 "scripts": {
8 "clean": "rimraf dist"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/mermaid-js/mermaid"
13 },
14 "author": "Sidharth Vinod",
15 "license": "MIT",
16 "dependencies": {},
17 "devDependencies": {},
18 "files": [
19 "dist/",
20 "README.md"
21 ],
22 "publishConfig": {
23 "access": "public"
24 }
25}
26