mirror of
https://github.com/yusufipk/contentful-rss-feed.git
synced 2026-09-11 10:46:08 +00:00
created atom feed
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "fetch-contentful-rss",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node index.js",
|
||||
"devstart": "nodemon index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"contentful": "^8.5.0",
|
||||
"express": "^4.17.1",
|
||||
"marked": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user