-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 825 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 825 Bytes
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
34
{
"name": "rss",
"version": "1.0.0",
"description": "https://t2bot.io/rssbot",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"start": "npm run-script build && node ./lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t2bot/rss.git"
},
"author": "t2bot.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/t2bot/rss/issues"
},
"homepage": "https://github.com/t2bot/rss#readme",
"devDependencies": {
"@types/node": "^18.11.18",
"@types/sqlite3": "^3.1.8",
"typescript": "^4.9.4"
},
"dependencies": {
"@extractus/feed-extractor": "^6.2.1",
"async-lock": "^1.4.0",
"config": "^3.3.9",
"js-yaml": "^4.1.0",
"matrix-bot-sdk": "^0.6.6",
"sanitize-html": "^2.10.0",
"sqlite3": "^5.1.6"
}
}