pwned
Version:
A command-line tool for querying the 'Have I been pwned?' service.
100 lines (99 loc) • 2.56 kB
JSON
{
"name": "pwned",
"version": "13.0.0",
"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"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"changeset": "changeset",
"changeset:version": "changeset version && npm install --package-lock-only",
"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": "npm run --silent clean",
"prepublishOnly": "run-p --silent lint typecheck test build"
},
"private": false,
"publishConfig": {
"access": "public"
},
"prettier": "@wkovacs64/prettier-config",
"repository": {
"type": "git",
"url": "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": {
"common-tags": "^1.8.2",
"conf": "^13.1.0",
"fs-extra": "11.3.0",
"hibp": "^15.0.1",
"ora": "^8.2.0",
"prettyjson": "^1.2.5",
"prompts": "2.4.2",
"source-map-support": "^0.5.21",
"yargs": "^17.7.2"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.1",
"@types/common-tags": "1.8.4",
"@types/debug": "4.1.12",
"@types/node": "22.13.14",
"@types/prettyjson": "0.0.33",
"@types/prompts": "2.4.9",
"@types/ws": "8.18.0",
"@types/yargs": "17.0.33",
"@vitest/coverage-v8": "3.0.9",
"@wkovacs64/eslint-config": "7.5.2",
"@wkovacs64/prettier-config": "4.1.1",
"cross-env": "7.0.3",
"del-cli": "6.0.0",
"eslint": "9.23.0",
"msw": "2.7.3",
"npm-run-all2": "7.0.2",
"prettier": "3.5.3",
"type-fest": "4.38.0",
"typescript": "5.8.2",
"vitest": "3.0.9"
}
}