Files
github-rank/package.json
2022-07-06 10:08:23 +08:00

62 lines
1.8 KiB
JSON

{
"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"
},
"type": "module",
"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.3",
"@types/cheerio": "~0.22.31",
"@types/dotenv": "~8.2.0",
"@types/ejs": "~3.1.1",
"@types/fs-extra": "~9.0.13",
"@types/node": "~18.0.1",
"@types/node-fetch": "~2.6.2",
"@uiw/formatter": "~1.3.3",
"cheerio": "~1.0.0-rc.12",
"console-emojis": "~1.0.4",
"dotenv": "~16.0.1",
"ejs": "~3.1.8",
"fs-extra": "~10.1.0",
"node-fetch": "~3.2.6",
"tsbb": "~3.7.6"
}
}