death.id.au/package.json

24 lines
585 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": {
2022-11-30 06:05:06 +00:00
"build": "npx @11ty/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"
}
}