16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"name": "punkfairie.github.io",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"dev": "npx @11ty/eleventy --serve",
|
|
"build": "npx @11ty/eleventy"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1"
|
|
}
|
|
}
|