death.id.au/package.json

28 lines
746 B
JSON
Raw Normal View History

{
"name": "death.id.au",
"version": "1.0.0",
"description": "This repository provides minimal HTML for starting a new web site!",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deathau/deathau.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deathau/deathau.github.io/issues"
},
"homepage": "https://github.com/deathau/deathau.github.io#readme",
"devDependencies": {
2022-12-08 05:43:24 +00:00
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"microformats-parser": "^1.4.1"
}
}