{
  "name": "package-name-conflict",
  "version": "1.0.3",
  "description": "Check if NPM package names conflict",
  "license": "MIT",
  "author": {
    "name": "Connor White",
    "email": "connor.bcw@gmail.com",
    "url": "https://connorwhite.org"
  },
  "homepage": "https://github.com/bconnorwhite/package-name-conflict.git",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bconnorwhite/package-name-conflict.git"
  },
  "keywords": [
    "npm",
    "package",
    "name",
    "names",
    "conflict",
    "conflicts",
    "check",
    "if",
    "any",
    "transform",
    "typescript",
    "typed",
    "ts"
  ],
  "files": [
    "build"
  ],
  "main": "./build/index.js",
  "scripts": {
    "build": "bob build",
    "commit": "bob commit",
    "lint": "bob lint",
    "release": "bob release",
    "test": "bob test"
  },
  "devDependencies": {
    "@bconnorwhite/bob": "^2.9.4"
  },
  "eslintConfig": {
    "extends": "eslint-config-bob"
  },
  "husky": {
    "hooks": {
      "commit-msg": "bob lint commit"
    }
  },
  "npmpackagejsonlint": {
    "extends": "npm-package-json-lint-config-bob"
  }
}
