rss-reader/static/package.json
2025-02-16 03:10:39 -08:00

25 lines
649 B
JSON

{
"name": "rss-reader",
"version": "1.0.0",
"description": "A modern web-based RSS feed reader built with Rust and Rocket. Features a clean, dark-themed interface that allows you to:",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "gitea@code.everydayimshuflin.com:greg/rss-reader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"vite": "^6.1.0"
}
}