{
  "name": "all-package-names",
  "version": "2.0.897",
  "description": "Get all NPM package names",
  "license": "MIT",
  "author": {
    "name": "Connor White",
    "email": "connor.bcw@gmail.com",
    "url": "https://connorwhite.org"
  },
  "homepage": "https://connorwhite.org/github/all-package-names.git",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bconnorwhite/all-package-names.git"
  },
  "keywords": [
    "get",
    "all",
    "the",
    "npm",
    "package",
    "packges",
    "name",
    "names",
    "typo",
    "squatting",
    "api"
  ],
  "files": [
    "build",
    "data"
  ],
  "main": "./build/index.js",
  "bin": {
    "all-package-names": "./build/bin/index.js"
  },
  "scripts": {
    "build": "bob build",
    "commit": "bob commit",
    "lint": "bob lint",
    "release": "bob publish",
    "start": "node ./build/bin/index.js",
    "sync": "yarn start sync",
    "test": "bob test"
  },
  "dependencies": {
    "commander-version": "^1.1.0",
    "p-lock": "^2.0.0",
    "parse-json-object": "^2.0.1",
    "progress": "^2.0.3",
    "types-json": "^1.2.2"
  },
  "devDependencies": {
    "@bconnorwhite/bob": "^2.9.5",
    "@types/mock-fs": "^4.13.1",
    "@types/node": "^14.14.37",
    "@types/progress": "^2.0.3",
    "jest": "^29.5.0",
    "mock-fs": "^5.0.0",
    "ts-jest": "^29.1.0"
  },
  "eslintConfig": {
    "extends": "eslint-config-bob"
  },
  "husky": {
    "hooks": {
      "commit-msg": "bob lint commit"
    }
  },
  "npmpackagejsonlint": {
    "extends": "npm-package-json-lint-config-bob"
  }
}
