2021-05-19 10:24:42 +02:00
|
|
|
{
|
|
|
|
"name": "bitdispenser.dev",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Personal Hugo website",
|
|
|
|
"main": "none.js",
|
|
|
|
"scripts": {
|
2021-05-19 23:47:51 +02:00
|
|
|
"lint": "markdownlint-cli2 content/",
|
|
|
|
"spellchecker": "bash tools/spellchecker.sh en"
|
2021-05-19 10:24:42 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://git.poldebra.me/polpetta/bitdispenser.dev.git"
|
|
|
|
},
|
|
|
|
"author": "Polonio Davide <davide@poldebra.me>",
|
|
|
|
"license": "CC-BY-SA-4.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"markdownlint-cli2": "0.0.10"
|
|
|
|
}
|
|
|
|
}
|