-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1004 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
38
39
40
{
"name": "aurelia-site-generator",
"version": "1.0.0",
"description": "The static site generator for Aurelia.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"blog": "node blog.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aurelia/site-generator.git"
},
"keywords": [
"documentation"
],
"bin": {
"au-site": "bin/au-site.js"
},
"license": "MIT",
"author": "Rob Eisenberg <[email protected]> (http://robeisenberg.com/)",
"main": "lib/index.js",
"bugs": {
"url": "https://github.com/aurelia/site-generator/issues"
},
"homepage": "https://github.com/aurelia/site-generator#readme",
"dependencies": {
"commonmark": "0.30.0",
"handlebars": "4.7.8",
"html-to-text": "9.0.5",
"js-yaml": "4.1.0",
"parse-author": "2.0.0",
"prismjs": "1.29.0",
"typedoc": "0.25.1",
"typescript": "4.9.5",
"chalk": "5.3.0"
},
"devDependencies": {
"@types/node": "20.7.0"
}
}