-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 910 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 910 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
29
30
31
{
"name": "discours-welcome",
"version": "1.0.0",
"description": "Central repository for all discours-related development",
"scripts": {
"docs:diagrams": "for f in docs/diagrams/*.puml; do puml generate $f -o \"$f.png\"; done",
"docs:readme": "gitdown ./docs/.README.tmp --output-file ./README.md",
"predocs:readme": "hercule ./docs/_README.md -o ./docs/.README.tmp",
"docs": "npm run docs:diagrams && npm run docs:readme"
},
"repository": {
"type": "git",
"url": "git+"
},
"keywords": [
"discours",
"discours.io",
"open source development"
],
"author": "goooseman",
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/Discours/discours-welcome/issues"
},
"homepage": "https://github.com/Discours/discours-welcome/#readme",
"devDependencies": {
"gitdown": "^3.1.1",
"hercule": "^4.1.1",
"node-plantuml": "^0.8.1"
}
}