-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 889 Bytes
/
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
{
"name": "chinadigitaltimes-latest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duty-machine/chinadigitaltimes-latest.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/duty-machine/chinadigitaltimes-latest/issues"
},
"homepage": "https://github.com/duty-machine/chinadigitaltimes-latest#readme",
"dependencies": {
"@octokit/rest": "^18.0.4",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"html-element": "^2.3.1",
"https": "^1.0.0",
"images-scraper": "^5.0.7",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.0",
"querystring": "^0.2.0",
"request": "^2.88.2",
"rss-parser": "^3.8.0",
"url": "^0.11.0"
}
}