npm-star
Version:
npm-star [](https://www.npmjs.com/package/npm-star) ===
40 lines (39 loc) • 640 B
JSON
{
"name": "npm-star",
"version": "0.0.2",
"main": "index.js",
"license": "MIT",
"repository": "cheeaun/npm-star",
"author": {
"name": "Lim Chee Aun",
"email": "cheeaun@gmail.com",
"url": "cheeaun.com"
},
"bin": {
"npm-star": "cli.js",
"yarn-star": "cli.js"
},
"scripts": {
"cli": "./cli.js",
"postinstall": "./cli.js"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"npm",
"yarn",
"star",
"github",
"stars"
],
"dependencies": {
"gh-got": "~6.0.0",
"got": "~7.0.0",
"netrc": "~0.1.4",
"ora": "~1.3.0"
}
}