www-lauka-net-11ty/package.json

24 lines
593 B
JSON
Raw Normal View History

2022-06-22 11:02:01 +02:00
{
"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": {
2023-02-23 17:43:35 +01:00
"@11ty/eleventy": "^2.0.0"
2022-06-22 11:02:01 +02:00
}
}