{
|
|
"name": "www",
|
|
"version": "1.0.0",
|
|
"description": "personal site made in 11ty",
|
|
"repository": "https://code.pyuku.com/neko/www",
|
|
"author": "neko <hi@neko.vg>",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^0.11.1",
|
|
"eleventy-plugin-sass": "^1.1.1",
|
|
"markdown-it": "^12.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"build": "rm -rf ./dist && eleventy"
|
|
}
|
|
}
|