rss-generator-api
Version:
RSS.app API - Generate RSS feeds from almot any website without coding
58 lines • 1.43 kB
JSON
{
"name": "rss-generator-api",
"version": "1.0.9",
"description": "RSS.app API - Generate RSS feeds from almot any website without coding",
"types": "lib/index.d.ts",
"keywords": [
"RSS",
"RSS.app",
"rss generator",
"feed",
"rss api",
"api",
"node rss",
"twitter rss",
"google news rss",
"rssapp"
],
"main": "lib/index.js",
"scripts": {
"test": "jest --coverage",
"build": "tsc",
"format": "prettier --write \"src/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/rssapp/rssapp-node.git"
},
"author": "RSS.app",
"license": "MIT",
"bugs": {
"url": "https://github.com/rssapp/rssapp-node/issues"
},
"homepage": "https://rss.app/docs/api/",
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "^18.0.1",
"dotenv": "^16.0.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4"
},
"files": [
"lib/**/*",
"runkit-example.js"
],
"dependencies": {
"cross-fetch": "^3.1.5"
},
"runkitExampleFilename": "runkit-example.js"
}