bitdispenser.dev/package.json

19 lines
480 B
JSON
Raw Normal View History

2021-04-27 22:27:41 +02:00
{
"name": "bitdispenser.dev",
"version": "0.0.1",
"description": "Personal Hugo website",
"main": "none.js",
"scripts": {
"lint": "markdownlint-cli2 content/posts/"
},
"repository": {
"type": "git",
"url": "git+https://git.poldebra.me/polpetta/bitdispenser.dev.git"
},
"author": "Polonio Davide <davide@poldebra.me>",
2021-04-27 23:35:40 +02:00
"license": "CC-BY-SA-4.0",
2021-04-27 22:27:41 +02:00
"devDependencies": {
2021-04-27 22:29:54 +02:00
"markdownlint-cli2": "0.0.10"
2021-04-27 22:27:41 +02:00
}
}