Files
CyBySide/package.json

18 lines
403 B
JSON

{
"name": "cybyside",
"version": "1.0.0",
"description": "My personal blog",
"scripts": {
"start": "npx @11ty/eleventy --input ./src",
"clean": "rm -rf {_site,./src/_site}"
},
"repository": {
"type": "git",
"url": "https://git.cyper.cc/Cyper/CyBySide"
},
"keywords": ["blog", "@11ty/eleventy", "eleventy"],
"author": "Cyper",
"license": "ISC",
"type": "commonjs"
}