27 lines
526 B
JSON
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"
|
|
}
|
|
}
|