rss-emitter-ts
Version:
Emit rss feed items, written in TypeScript
64 lines (63 loc) • 1.8 kB
JSON
{
"name": "rss-emitter-ts",
"version": "0.4.6",
"description": "Emit rss feed items, written in TypeScript",
"author": {
"email": "pepijn@vdbroek.dev",
"name": "Pepijn van den Broek",
"url": "https://vdbroek.dev"
},
"main": "dist/lib/index.js",
"license": "Apache-2.0",
"keywords": [
"rss",
"feed",
"news",
"xml",
"atom",
"rss feed",
"emitter",
"rss emitter",
"feed emitter",
"reader"
],
"homepage": "https://kurozeropb.info/rss-emitter/docs",
"bugs": {
"email": "bugs@kurozeropb.info",
"url": "https://github.com/Pepijn98/RssEmitter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Pepijn98/RssEmitter.git"
},
"scripts": {
"prebuild": "rm -rf ./dist",
"pretest": "yarn lint",
"test": "mocha",
"build": "tsc -p .",
"docs": "typedoc && cp .nojekyll docs/",
"compile": "yarn build && yarn docs",
"clean": "rm -rf ./node_modules ./yarn.lock ./package-lock.json",
"lint": "eslint --ext .ts,.js .",
"lint:fix": "eslint --ext .ts,.js --fix ."
},
"dependencies": {
"@types/bluebird": "^3.5.32",
"@types/feedparser": "^2.2.3",
"@types/node": "^14.6.0",
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"feedparser": "^2.2.10",
"tiny-emitter": "^2.1.0",
"yukikaze": "^1.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^7.7.0",
"gts": "^2.0.2",
"mocha": "^8.1.1",
"typedoc": "^0.18.0",
"typescript": "^3.9.7"
}
}