{ "name": "feed", "version": "4.2.2", "description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!", "homepage": "https://github.com/jpmonette/feed", "author": "Jean-Philippe Monette ", "license": "MIT", "main": "lib/feed.js", "types": "lib/feed.d.ts", "scripts": { "changelog": "github_changelog_generator jpmonette/feed --token $GITHUB_TOKEN", "build": "rimraf lib/ && mkdir lib && tsc", "prepublish": "npm run build", "test": "export NODE_ENV=test && jest --silent", "test-travis": "export NODE_ENV=test && jest --coverage" }, "keywords": [ "rss", "atom", "feed", "syndication", "xml", "wrapper", "blog" ], "dependencies": { "xml-js": "^1.6.11" }, "devDependencies": { "@types/jest": "^26.0.14", "codeclimate-test-reporter": "^0.5.1", "coveralls": "^3.1.0", "jest": "^26.5.3", "prettier": "^2.1.2", "source-map-loader": "^1.1.1", "ts-jest": "^26.4.1", "tslint": "^6.1.2", "typescript": "^4.0.3" }, "engines": { "node": ">=0.4.0" }, "bugs": { "url": "https://github.com/jpmonette/feed/issues" }, "repository": { "type": "git", "url": "https://github.com/jpmonette/feed.git" } }