{
  "name": "find-and-read-package-json",
  "version": "2.0.2",
  "description": "Find and read data from a package.json file.",
  "keywords": [
    "find",
    "read",
    "package.json",
    "find-package-json",
    "read-package-json"
  ],
  "repository": "jameslnewell/find-and-read-package-json",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": ["lib"],
  "devDependencies": {
    "@tradie/node-scripts": "^1.1.2",
    "@types/jest": "^23.1.1"
  },
  "scripts": {
    "clean": "node-scripts clean",
    "build": "node-scripts build",
    "test": "node-scripts test",
    "example": "node-scripts example",
    "prepublishOnly": "yarn run clean && yarn run build && yarn run test"
  },
  "license": "MIT"
}
