1 Star 0 Fork 7

lyc984006207 / github-rank

forked from 小弟调调 / github-rank 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2019-04-15 01:12 . Show the number of followers.
{
"name": "github-rank",
"version": "1.0.0",
"description": "Github Users Ranking for China.",
"scripts": {
"start": "node lib/build.js",
"get": "npm run get:users && npm run get:users:info",
"get:users:info": "node lib/getUserInfo.js",
"get:users": "node lib/getUsers.js",
"dev": "npm run build:cjs -- --watch",
"prepare": "npm run build:cjs",
"deploy": "gh-pages -d web",
"build:cjs": "BABEL_ENV=cjs babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --copy-files --delete-dir-on-start --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/github-rank.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/github-rank/issues"
},
"homepage": "https://github.com/jaywcjlove/github-rank#readme",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@types/ejs": "^2.6.3",
"@types/fs-extra": "^5.0.5",
"@types/node": "^11.13.4",
"@types/node-fetch": "^2.3.2",
"gh-pages": "^2.0.1",
"jest": "^24.7.1",
"typescript": "^3.4.3"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"ejs": "^2.6.1",
"fs-extra": "^7.0.1",
"node-fetch": "^2.3.0"
}
}
TypeScript
1
https://gitee.com/www.lyc.com/github-rank.git
git@gitee.com:www.lyc.com/github-rank.git
www.lyc.com
github-rank
github-rank
master

搜索帮助