{
  "name": "@netlify/api",
  "description": "Netlify Node.js API client",
  "version": "14.0.14",
  "type": "module",
  "exports": "./lib/index.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib/**"
  ],
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "tsc",
    "test": "vitest run",
    "test:dev": "vitest",
    "test:ci": "vitest run --reporter=default"
  },
  "license": "MIT",
  "author": "Netlify Inc.",
  "contributors": [
    "Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
    "David Calavera <david@netlify.com> (https://twitter.com/calavera)",
    "David Wells <david.wells@netlify.com> (https://davidwells.io/)",
    "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
    "Lukas Holzer <lukas.holzer@netlify.com> (https://twitter.com/luka5c0m)"
  ],
  "homepage": "https://github.com/netlify/build",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/build.git",
    "directory": "packages/js-client"
  },
  "bugs": {
    "url": "https://github.com/netlify/build/issues"
  },
  "keywords": [
    "api client",
    "js client",
    "netlify",
    "node client"
  ],
  "dependencies": {
    "@netlify/open-api": "^2.47.0",
    "node-fetch": "^3.0.0",
    "p-wait-for": "^5.0.0",
    "picoquery": "^2.5.0"
  },
  "devDependencies": {
    "@types/node": "^18.19.111",
    "from2-string": "^1.1.0",
    "nock": "^13.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.0",
    "uuid": "^11.0.0",
    "vitest": "^3.2.3"
  },
  "engines": {
    "node": ">=18.14.0"
  },
  "gitHead": "3b7249e4fd7ea006bf473b4953c17312369d1973"
}
