๐Ÿ“ฆ hyoban / rss-to-bot

๐Ÿ“„ package.json ยท 33 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33{
  "name": "rss-to-bot",
  "packageManager": "pnpm@7.29.3",
  "type": "module",
  "version": "1.0.0",
  "description": "",
  "author": "",
  "license": "ISC",
  "keywords": [],
  "scripts": {
    "start": "cd src && esno index.ts",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "dependencies": {
    "axios": "^1.3.4",
    "cac": "^6.7.14",
    "chalk": "^5.2.0",
    "dayjs": "^1.11.7",
    "dotenv": "^16.0.3",
    "node-telegram-bot-api": "^0.61.0",
    "opml": "^0.5.1",
    "rss-parser": "^3.12.0"
  },
  "devDependencies": {
    "@hyoban/eslint-config": "^0.1.10",
    "@types/node": "^18.15.11",
    "eslint": "^8.37.0",
    "esno": "^0.16.3",
    "typescript": "^5.0.2"
  }
}