-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 939 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 939 Bytes
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
{
"author": "Autofac Contributors",
"description": "PlantUML diagram generator for Autofac documentation.",
"devDependencies": {
"@eslint/js": "^10.0.1",
"chokidar": "^5.0.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.8.1",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^17.4.0",
"markdownlint-cli2": "^0.22.0",
"node-plantuml-latest": "^2.4.0"
},
"license": "MIT",
"main": "index.js",
"name": "plantuml-in-autofac-docs",
"overrides": {
"balanced-match": "^4.0.4"
},
"scripts": {
"browse-apidoc": "python -m http.server 8080 --directory ./build-apidoc/artifacts/doc/Website",
"browse-doc": "python -m http.server 8081 --directory ./docs/_build/html",
"lint": "npm exec eslint . && npm exec markdownlint-cli2 \"**/*.md\" \"#node_modules\" && python -m doc8 docs/",
"watch": "node index.js"
},
"version": "1.0.0"
}