npm-home
Version:
Open the npm page, Yarn page, or GitHub repo of a package
59 lines (58 loc) • 1.01 kB
JSON
{
"name": "npm-home",
"version": "4.1.0",
"description": "Open the npm page, Yarn page, or GitHub repo of a package",
"license": "MIT",
"repository": "sindresorhus/npm-home",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bin": {
"npm-home": "./cli.js",
"nh": "./cli.js"
},
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"npm",
"package",
"page",
"home",
"open",
"cwd",
"current",
"directory",
"github",
"gh",
"repo",
"repository",
"yarn"
],
"dependencies": {
"log-symbols": "^6.0.0",
"meow": "^13.2.0",
"open": "^10.1.0",
"p-map": "^7.0.2",
"package-json": "^10.0.1",
"read-package-up": "^11.0.0",
"repo-url-from-package": "^0.1.0"
},
"devDependencies": {
"ava": "^6.1.3",
"execa": "^9.3.0",
"xo": "^0.59.2"
}
}