Initial implementation
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "suwayomi-rss",
|
||||
"version": "0.1.0",
|
||||
"description": "Expose recent Suwayomi library chapters as an RSS feed",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"test": "node --test test/*.test.js",
|
||||
"test:coverage": "node --test --experimental-test-coverage test/*.test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"koa": "^3.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user