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>",
|
|
|
|
"license": "CC-BY-SA 4.0",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2021-04-27 22:29:54 +02:00
|
|
|
"markdownlint-cli2": "0.0.10"
|
2021-04-27 22:27:41 +02:00
|
|
|
}
|
|
|
|
}
|