UNPKG

pwned

Version:

A command-line tool for querying the 'Have I been pwned?' service.

96 lines 2.44 kB
{ "name": "pwned", "version": "13.1.2", "description": "A command-line tool for querying the 'Have I been pwned?' service.", "keywords": [ "haveibeenpwned", "hibp", "pwned", "security", "hack", "dump", "breach", "pastes", "passwords" ], "author": { "name": "Justin Hall", "email": "justin.r.hall@gmail.com" }, "contributors": [], "license": "MIT", "type": "module", "main": "bin/pwned.js", "bin": "bin/pwned.js", "directories": { "bin": "./bin", "lib": "./lib" }, "files": [ "bin", "lib" ], "private": false, "publishConfig": { "access": "public" }, "prettier": "@wkovacs64/prettier-config", "repository": { "type": "git", "url": "git+https://github.com/wKovacs64/pwned.git" }, "bugs": { "url": "https://github.com/wKovacs64/pwned/issues" }, "homepage": "https://wkovacs64.github.io/pwned", "engines": { "node": ">=20.19.0" }, "dependencies": { "@inquirer/prompts": "^8.2.0", "common-tags": "^1.8.2", "conf": "^15.0.2", "hibp": "^15.2.0", "ora": "^9.0.0", "prettyjson": "^1.2.5", "source-map-support": "^0.5.21", "yargs": "^18.0.0" }, "devDependencies": { "@changesets/changelog-github": "0.5.2", "@changesets/cli": "2.29.8", "@types/common-tags": "1.8.4", "@types/debug": "4.1.12", "@types/node": "24.10.7", "@types/prettyjson": "0.0.33", "@types/ws": "8.18.1", "@types/yargs": "17.0.35", "@vitest/coverage-v8": "4.0.16", "@wkovacs64/eslint-config": "7.12.0", "@wkovacs64/prettier-config": "4.2.3", "cross-env": "10.1.0", "del-cli": "7.0.0", "eslint": "9.39.2", "msw": "2.12.7", "npm-run-all2": "8.0.4", "prettier": "3.7.4", "type-fest": "5.3.1", "typescript": "5.9.3", "vitest": "4.0.16" }, "scripts": { "build": "tsc --project tsconfig.build.json", "changeset": "changeset", "changeset:version": "changeset version && pnpm install", "changeset:publish": "changeset publish", "typecheck": "tsc", "clean": "del-cli lib coverage", "format": "prettier --cache --write .", "format:check": "prettier --cache --check .", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch", "prebuild": "pnpm run --silent clean" } }