{
  "name": "netlify",
  "description": "Netlify Node.js API client",
  "version": "13.3.5",
  "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": "ava",
    "test:dev": "ava -w",
    "test:ci": "c8 -r lcovonly -r text -r json ava"
  },
  "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.37.0",
    "lodash-es": "^4.17.21",
    "micro-api-client": "^3.3.0",
    "node-fetch": "^3.0.0",
    "p-wait-for": "^5.0.0",
    "qs": "^6.9.6"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^14.18.53",
    "ava": "^4.0.0",
    "c8": "^7.11.0",
    "from2-string": "^1.1.0",
    "nock": "^13.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.0",
    "uuid": "^9.0.0"
  },
  "engines": {
    "node": "^14.16.0 || >=16.0.0"
  },
  "gitHead": "282f1c69c7008f027ba009535aea2f9e1e9d8f8d"
}
