-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 874 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
{
"name": "philthompson-dot-co-do-uk",
"version": "2.0.0",
"private": true,
"description": "An 11ty based website for Phil Thompson - a London-based web 'front of the front-end' developer",
"author": "Phil Thompson <[email protected]>",
"licence": "none",
"devDependencies": {
"@11ty/eleventy": "2.0.1"
},
"scripts": {
"build": "npx @11ty/eleventy --input=./",
"start": "npx @11ty/eleventy --input=./ --serve --port=1983",
"watch": "npx @11ty/eleventy --input=./ --watch",
"debug": "DEBUG=* npx @11ty/eleventy --input=./"
},
"repository": {
"type": "git",
"url": "https://github.com/imgiseverything/philthompson.co.uk"
},
"bugs": {
"url": "https://github.com/imgiseverything/philthompson.co.uk/issues",
"email": "[email protected]"
},
"dependencies": {
"fs": "0.0.1-security"
}
}