{ "name": "listener-rss", "version": "1.0.0", "description": "A lightweight library to give some additions for the [rss-parser package](https://github.com/rbren/rss-parser).", "main": "index.js", "scripts": { "test": "mocha --require ts-node/register ./tests/**/*-spec.ts", "build": "tsc -p ./src" }, "repository": { "type": "git", "url": "gitea@zeteo.me:Outils-PeerTube/listener-rss.git" }, "keywords": [ "rss", "rss-parser" ], "author": "Amaury Joly ", "contributors": [ "Florent Fayolle " ], "license": "MIT", "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^8.2.0", "@types/node": "^14.14.25", "@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/parser": "^4.14.2", "chai": "4.3.0", "eslint": "^7.19.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "7.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-mocha": "8.0.0", "eslint-plugin-prettier": "3.3.1", "mocha": "8.2.1", "prettier": "2.2.1", "proxyquire": "2.1.3", "ts-sinon": "2.0.1", "@types/sinon-chai": "3.2.5", "ts-node": "9.1.1", "tsc-watch": "^4.2.9", "typescript": "^4.1.3" }, "dependencies": { "rss-parser": "3.11.0" } }