{ "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": "^11.10.1", "express": "^4.22.0", "marked": "^4.0.10" } }