{
  "name": "@heroku/buildpack-registry",
  "version": "1.0.2",
  "description": "Node.js/TypeScript library for interfacing with the Heroku Buildpack Registry",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "tsc",
    "lint": "eslint .",
    "test": "vitest run --coverage",
    "posttest": "tsc -p test --noEmit && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heroku/buildpack-registry.js.git"
  },
  "author": "Terence Lee <hone02@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heroku/buildpack-registry.js/issues"
  },
  "homepage": "https://github.com/heroku/buildpack-registry.js#readme",
  "devDependencies": {
    "@types/node": "^20.14.8",
    "@types/node-fetch": "^2.1.2",
    "@vitest/coverage-v8": "^4.0.0",
    "eslint": "^9.0.0",
    "nock": "^13.3",
    "typescript": "^5.7",
    "typescript-eslint": "^8.0.0",
    "vitest": "^4.0.0"
  },
  "dependencies": {
    "node-fetch": "^2.2.0",
    "true-myth": "^2.0.0"
  },
  "engines": {
    "node": ">= 20"
  },
  "files": [
    "/dist"
  ]
}
