chore: Biome auto fixes

This commit is contained in:
Sidharth Vinod
2024-06-21 11:54:19 +05:30
parent 2c80d806cc
commit 08dfdfed82
47 changed files with 355 additions and 393 deletions

View File

@@ -3,10 +3,7 @@
"version": "0.1.0-rc.1",
"description": "MermaidJS parser",
"author": "Yokozuna59",
"contributors": [
"Yokozuna59",
"Sidharth Vinod (https://sidharth.dev)"
],
"contributors": ["Yokozuna59", "Sidharth Vinod (https://sidharth.dev)"],
"homepage": "https://github.com/mermaid-js/mermaid/tree/develop/packages/mermaid/parser/#readme",
"types": "dist/src/index.d.ts",
"type": "module",
@@ -28,20 +25,14 @@
"directory": "packages/parser"
},
"license": "MIT",
"keywords": [
"mermaid",
"parser",
"ast"
],
"keywords": ["mermaid", "parser", "ast"],
"dependencies": {
"langium": "3.0.0"
},
"devDependencies": {
"chevrotain": "^11.0.3"
},
"files": [
"dist/"
],
"files": ["dist/"],
"publishConfig": {
"access": "public"
}