-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "mermaid-parser",
"version": "0.2.0",
"description": "",
"license": "GPL-3.0-or-later",
"author": "Yokozuna59",
"homepage": "/~https://github.com/Yokozuna59/mermaid-lint#readme",
"repository": {
"type": "git",
"url": "/~https://github.com/Yokozuna59/mermaid-lint.git"
},
"bugs": {
"url": "/~https://github.com/Yokozuna59/mermaid-lint/issues"
},
"main": "dist/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "pnpm langium:generate && tsc",
"clean": "rimraf dist",
"langium:generate": "langium generate",
"langium:watch": "langium generate --watch"
},
"keywords": [
"mermaid",
"parser"
],
"dependencies": {
"chevrotain": "^10.5.0",
"langium": "^1.2.0"
},
"devDependencies": {
"langium-cli": "^1.2.0",
"vscode-uri": "^3.0.7"
}
}