UNPKG

njt

Version:

npm jump to: a quick navigation tool for npm packages

49 lines (48 loc) 968 B
{ "name": "njt", "version": "3.0.0", "description": "npm jump to: a quick navigation tool for npm packages", "keywords": [ "frog", "jump", "meta", "njt", "npm", "npmjs", "productivity", "search", "search-engine", "shortcuts", "vercel", "vercel-deployment" ], "homepage": "https://njt.vercel.app", "bugs": "https://github.com/kachkaev/njt/issues", "repository": { "type": "git", "url": "https://github.com/kachkaev/njt.git" }, "license": "BSD-3-Clause", "author": { "name": "Alexander Kachkaev", "email": "alexander@kachkaev.ru" }, "type": "module", "main": "main.js", "bin": "cli.js", "scripts": { "prepack": "yarn ncp ../README.md README.md" }, "dependencies": { "chalk": "^5.3.0", "commander": "^11.0.0", "find-package-json": "^1.2.0", "open": "^9.1.0" }, "devDependencies": { "ncp": "^2.0.0" }, "engines": { "node": ">=16" } }