-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 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": "github-trending",
"version": "1.0.0",
"description": "Github Daily Trending Archives",
"main": "index.js",
"scripts": {
"start": "node src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willin/github-trending.git"
},
"keywords": [
"github",
"trending",
"trends"
],
"author": "Willin Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/willin/github-trending/issues"
},
"homepage": "https://github.com/willin/github-trending#readme",
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-willin": "^1.0.3",
"eslint-plugin-import": "^2.22.0"
},
"dependencies": {
"@xibang/node-common": "^1.0.3",
"axios": "^0.21.2",
"cheerio": "^1.0.0-rc.3"
}
}