{ "name": "rsshub", "version": "0.0.1", "description": "Make RSS Great Again!", "main": "index.js", "scripts": { "start": "node index.js", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "format": "prettier \"**/*.{js,json,md}\" --write", "lint": "eslint \"**/*.js\" && prettier-check \"**/*.{js,json,md}\"" }, "repository": { "type": "git", "url": "git+https://github.com/DIYgod/RSSHub.git" }, "keywords": [ "RSS" ], "gitHooks": { "pre-commit": "npm run lint" }, "author": "DIYgod", "license": "MIT", "bugs": { "url": "https://github.com/DIYgod/RSSHub/issues" }, "homepage": "https://github.com/DIYgod/RSSHub#readme", "devDependencies": { "eslint": "4.19.1", "eslint-config-prettier": "^2.9.0", "eslint-plugin-prettier": "^2.6.0", "lint-staged": "^7.1.0", "prettier": "^1.12.1", "prettier-check": "^2.0.0", "vuepress": "0.8.4", "yorkie": "^1.0.3" }, "dependencies": { "art-template": "4.12.2", "axios": "0.18.0", "axios-retry": "3.1.0", "cheerio": "1.0.0-rc.2", "co-redis": "2.1.1", "crypto": "1.0.1", "form-data": "^2.3.2", "git-rev-sync": "1.12.0", "googleapis": "30.0.0", "iconv-lite": "0.4.23", "json-bigint": "0.2.3", "koa": "2.5.1", "koa-favicon": "2.0.1", "koa-router": "7.4.0", "lru-cache": "4.1.3", "path-to-regexp": "2.2.1", "readall": "1.0.0", "redis": "2.8.0", "twit": "2.2.9", "winston": "3.0.0-rc3" }, "engines": { "node": ">=10.0.0" } }