{
  "name": "@netlify/config",
  "version": "24.5.0",
  "description": "Netlify config module",
  "type": "module",
  "exports": "./lib/index.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "bin": {
    "netlify-config": "./bin.js"
  },
  "files": [
    "bin.js",
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "author": "Netlify Inc.",
  "contributors": [
    "David Wells <hello@davidwells.io> (https://davidwells.io/)"
  ],
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "tsc",
    "test": "ava",
    "test:dev": "ava -w",
    "test:ci": "c8 -r lcovonly -r text -r json ava"
  },
  "keywords": [
    "javascript",
    "nodejs",
    "windows",
    "macos",
    "linux",
    "shell",
    "bash",
    "build",
    "terminal",
    "deployment",
    "es6",
    "serverless",
    "ci",
    "plugins",
    "continuous-integration",
    "continuous-delivery",
    "continuous-deployment",
    "continuous-testing",
    "netlify-plugin",
    "netlify"
  ],
  "homepage": "https://github.com/netlify/build",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/build.git",
    "directory": "packages/config"
  },
  "bugs": {
    "url": "https://github.com/netlify/build/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "@netlify/api": "^14.0.18",
    "@netlify/headers-parser": "^9.0.3",
    "@netlify/redirect-parser": "^15.0.4",
    "chalk": "^5.0.0",
    "cron-parser": "^4.1.0",
    "deepmerge": "^4.2.2",
    "dot-prop": "^9.0.0",
    "execa": "^8.0.0",
    "fast-safe-stringify": "^2.0.7",
    "figures": "^6.0.0",
    "filter-obj": "^6.0.0",
    "find-up": "^7.0.0",
    "indent-string": "^5.0.0",
    "is-plain-obj": "^4.0.0",
    "map-obj": "^5.0.0",
    "omit.js": "^2.0.2",
    "p-locate": "^6.0.0",
    "path-type": "^6.0.0",
    "read-package-up": "^11.0.0",
    "tomlify-j0.4": "^3.0.0",
    "validate-npm-package-name": "^5.0.0",
    "yaml": "^2.8.0",
    "yargs": "^17.6.0",
    "zod": "^4.0.5"
  },
  "devDependencies": {
    "@types/node": "^18.19.111",
    "ava": "^5.0.0",
    "c8": "^10.0.0",
    "has-ansi": "^6.0.0",
    "is-ci": "^4.0.0",
    "tmp-promise": "^3.0.2",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.14.0"
  },
  "gitHead": "c77982ba1d1886e81f1a517318fcf93123f2a260"
}
