{
  "name": "has-package",
  "version": "1.0.6",
  "description": "Check if a project has package.json",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "bukinoshita/has-package",
  "author": "Bu Kinoshita <bukinoshita@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "npm",
    "package",
    "package.json",
    "checker",
    "check",
    "json"
  ],
  "scripts": {
    "build": "tsc",
    "prepublish": "yarn build",
    "test": "jest --config=jest.config.json"
  },
  "devDependencies": {
    "@sindresorhus/tsconfig": "0.7.0",
    "@types/jest": "26.0.4",
    "@types/node": "13.13.14",
    "jest": "26.1.0",
    "ts-jest": "26.1.3",
    "typescript": "3.9.7"
  }
}
