forked from jaywcjlove/github-rank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@wcj/github-rank",
"version": "20.1.28",
"description": "Github Users Ranking for China.",
"scripts": {
"start": "node lib/build.js",
"get:toutiao": "node lib/geToutiao.js",
"get": "npm run get:users && npm run get:users:china && npm run get:users:info",
"get:o": "npm run get:trending && npm run get:repos && npm run get:sifou && npm run get:36kr && npm run get:toutiao",
"get:users:info": "node lib/getUserInfo.js",
"get:36kr": "node lib/get36Kr.js",
"get:sifou": "node lib/getSifou.js",
"get:users": "node lib/getUsers.js",
"get:users:china": "node lib/getUsersChina.js",
"get:repos": "node lib/getRepos.js",
"get:trending": "node lib/getTrending.js",
"prepare": "npm run build",
"dev": "npm run watch",
"watch": "tsbb watch --no-esm --disable-babel-option",
"build": "tsbb build --no-esm --disable-babel-option"
},
"author": "Kenny Wong <wowohoo@qq.com>",
"license": "MIT",
"main": "dist/users.json",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/github-rank.git"
},
"bugs": {
"url": "https://github.com/jaywcjlove/github-rank/issues"
},
"homepage": "http://jaywcjlove.github.io/github-rank/",
"files": [
"dist",
"web"
],
"keywords": [
"github",
"github-ranking",
"rank",
"ranking"
],
"devDependencies": {
"@octokit/request": "5.6.2",
"@types/cheerio": "0.22.29",
"@types/dotenv": "8.2.0",
"@types/ejs": "3.0.6",
"@types/fs-extra": "9.0.11",
"@types/node": "15.12.2",
"@types/node-fetch": "2.5.12",
"@uiw/formatter": "1.2.4",
"cheerio": "1.0.0-rc.10",
"console-emojis": "1.0.4",
"dotenv": "10.0.0",
"ejs": "3.1.6",
"fs-extra": "10.0.0",
"node-fetch": "2.6.5",
"tsbb": "3.4.4"
}
}