death.id.au/package.json
2022-11-30 16:48:51 +11:00

23 lines
575 B
JSON

{
"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": "eleventy"
},
"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": {
"@11ty/eleventy": "^1.0.2"
}
}