-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 903 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
{
"name": "adrianparker.github.io",
"version": "1.2.0",
"description": "Personal website of Adrian Parker.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx eleventy --input=content",
"serve": "npx eleventy --input=content --serve",
"debug": "DEBUG=* npx eleventy --input=content"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianparker/adrianparker.github.io.git"
},
"author": "Adrian Parker",
"license": "ISC",
"bugs": {
"url": "https://github.com/adrianparker/adrianparker.github.io/issues"
},
"homepage": "https://github.com/adrianparker/adrianparker.github.io#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.6",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"markdown-it-footnote": "^4.0.0",
"outdent": "^0.8.0"
}
}