{ "name": "feeder-mobilizon-rss", "version": "1.0.0", "description": "", "main": "index.js", "type": "commonjs", "scripts": { "start": "node -r esm index.js | tee log.txt", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/node": "^14.14.19", "colors": "^1.4.0", "escape-goat": "^3.0.0", "esm": "^3.2.25", "moment": "^2.29.1", "node-fetch": "^2.6.1", "pg": "^8.5.1", "rss-parser": "^3.10.0", "uuid": "^8.3.2" } }