www-lauka-net-11ty/package.json
2023-02-23 17:43:35 +01:00

23 lines
593 B
JSON

{
"name": "www-lauka-net-11ty",
"version": "1.0.0",
"description": "Source code of my personal website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lauralani/www-lauka-net-11ty.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lauralani/www-lauka-net-11ty/issues"
},
"homepage": "https://github.com/lauralani/www-lauka-net-11ty#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0"
}
}