now-updater/package.json
Melanie Kat 16976c7cb9 init
2025-12-17 17:57:14 -08:00

27 lines
526 B
JSON

{
"name": "now-updater",
"version": "0.0.1",
"description": "Update your Now page, automatically",
"type": "module",
"keywords": [
"now"
],
"repository": {
"type": "git",
"url": "ssh://git@source.tube:2222/melanie/now-updater.git"
},
"license": "UNLICENSED",
"author": "melanie kat",
"scripts": {
"start": "node index.js",
"test": "biome check"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"lefthook": "^2.0.12"
},
"dependencies": {
"dotenv": "^17.2.3",
"sanitize-html": "^2.17.0"
}
}