trelixir.fi/package.json

25 lines
712 B
JSON
Raw Normal View History

{
"name": "trelixir",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"build": "gleam run && prettier --write ./dist/*.html && prettier --plugin=@prettier/plugin-xml --xml-whitespace-sensitivity ignore --write ./dist/feed.xml",
"serve": "cd ./dist && caddy file-server --listen 127.0.0.1:33720"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Nicd/trelixir.fi.git"
},
"author": "mikko@ahlroth.fi",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/Nicd/trelixir.fi/issues"
},
"homepage": "https://trelixir.fi/",
"devDependencies": {
"@prettier/plugin-xml": "^3.3.1",
"prettier": "^3.2.5"
}
}