-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@langx/rss-to-medium-autopublish",
"version": "0.1.0",
"description": "A Node.js application that listens for new posts on an RSS feed and automatically publishes them to Medium. This tool ensures your content is synchronized across platforms effortlessly.",
"main": "index.js",
"author": {
"name": "LangX",
"email": "[email protected]"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"language",
"open-source",
"alternative",
"practice",
"culture",
"edtech",
"exchange",
"connect",
"learn",
"languages",
"tandem",
"languagelearning",
"language-exchange",
"langx",
"languageexchange",
"languagexchange",
"hellotalk"
],
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/langx/rss-to-medium-autopublish.git"
},
"bugs": {
"url": "https://github.com/langx/rss-to-medium-autopublish/issues"
},
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"node-schedule": "^2.1.1",
"rss-parser": "^3.13.0"
}
}