UNPKG

@khulnasoft/pwned

Version:

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

101 lines (100 loc) 2.65 kB
{ "name": "@khulnasoft/pwned", "version": "11.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": "Md Sulaiman", "email": "infosulaimanbd@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": "babel src --extensions .js,.ts --out-dir lib --source-maps --ignore \"**/*.test.ts\",\"**/*.test.js\",\"**/__mocks__/\"", "changeset": "changeset", "changeset:version": "changeset version && npm install --package-lock-only", "changeset:publish": "changeset publish", "check-types": "tsc", "clean": "rimraf lib coverage", "format": "prettier --cache --write .", "lint": "eslint .", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch", "prebuild": "npm run --silent clean", "prepublishOnly": "run-p --silent lint check-types test build" }, "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/khulnasoft-lab/pwned.git" }, "bugs": { "url": "https://github.com/khulnasoft-lab/pwned/issues" }, "homepage": "https://khulnasoft-lab.github.io/pwned", "engines": { "node": ">=16.0.0" }, "dependencies": { "common-tags": "^1.8.2", "conf": "^11.0.1", "fs-extra": "11.1.1", "hibp": "^13.0.0", "ora": "^7.0.0", "prettyjson": "^1.2.5", "source-map-support": "^0.5.21", "yargs": "^17.7.2" }, "devDependencies": { "@babel/cli": "7.22.15", "@babel/core": "7.22.15", "@babel/parser": "7.22.15", "@babel/preset-env": "7.22.15", "@babel/preset-typescript": "7.22.15", "@changesets/changelog-github": "0.4.8", "@changesets/cli": "2.26.2", "@types/common-tags": "1.8.2", "@types/debug": "4.1.8", "@types/node": "18.17.14", "@types/prettyjson": "0.0.30", "@types/ws": "8.5.5", "@types/yargs": "17.0.24", "@vitest/coverage-v8": "0.34.3", "@wkovacs64/prettier-config": "3.0.3", "cross-env": "7.0.3", "eslint": "8.48.0", "eslint-plugin-wkovacs64": "15.0.1", "msw": "0.0.0-fetch.rc-15", "npm-run-all": "4.1.5", "prettier": "3.0.3", "rimraf": "5.0.1", "type-fest": "4.3.1", "typescript": "5.1.6", "vitest": "0.34.3" } }