-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 KB
/
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
41
42
{
"name": "generator",
"version": "0.1.0",
"description": "Trimorph's portfolio generator.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trimorphdev/trimorphdev.github.io.git"
},
"keywords": [
"static",
"site",
"generator"
],
"author": "Zack Pace",
"license": "MIT",
"bugs": {
"url": "https://github.com/trimorphdev/trimorphdev.github.io/issues"
},
"homepage": "https://github.com/trimorphdev/trimorphdev.github.io#readme",
"dependencies": {
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"highlight.js": "^11.1.0",
"html-minifier": "^4.0.0",
"markdown-yaml-metadata-parser": "3.0.0",
"showdown": "^1.9.1"
},
"devDependencies": {
"@types/ejs": "^3.0.7",
"@types/fs-extra": "^9.0.12",
"@types/glob": "^7.1.4",
"@types/html-minifier": "^4.0.1",
"@types/minify": "^6.0.1",
"@types/node": "^16.3.3",
"@types/showdown": "^1.9.4"
}
}