-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 791 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": "pachewise.github.io",
"version": "1.0.0",
"description": "Pacheco's personal page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf ./_site",
"build": "yarn clean && eleventy",
"start": "eleventy --serve --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pachewise/pachewise.github.io.git"
},
"author": "José Pacheco",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/pachewise/pachewise.github.io/issues"
},
"homepage": "https://github.com/pachewise/pachewise.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "v3.0.0-alpha.20"
},
"packageManager": "[email protected]",
"dependencies": {
"sass": "^1.78.0"
}
}