{
  "name": "@netlify/plugin-edge-handlers",
  "version": "1.11.13",
  "description": "Netlify Build plugin to bundle Edge functions",
  "main": "src/index.js",
  "bin": {
    "plugin-build-edge-handlers": "src/cli.js"
  },
  "files": [
    "src/**/*.js",
    "manifest.yml"
  ],
  "scripts": {
    "test": "run-s format test:dev",
    "format": "run-s format:check-fix:*",
    "format:ci": "run-s format:check:*",
    "format:check-fix:lint": "run-e format:check:lint format:fix:lint",
    "format:check:lint": "cross-env-shell eslint $npm_package_config_eslint",
    "format:fix:lint": "cross-env-shell eslint --fix $npm_package_config_eslint",
    "format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
    "format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
    "format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
    "test:dev": "run-s test:dev:*",
    "test:ci": "run-s test:ci:*",
    "test:dev:ava": "ava",
    "test:ci:ava": "nyc -r lcovonly -r text -r json ava",
    "prepublishOnly": "run-s prepublishOnly:*",
    "prepublishOnly:checkout": "run-local \"git checkout main\"",
    "prepublishOnly:pull": "run-local \"git pull\"",
    "prepublishOnly:install": "run-local \"npm ci\"",
    "prepublishOnly:test": "npm test"
  },
  "config": {
    "eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,test,.github}/**/*.{js,md,html}\" \"*.{js,md,html}\" \".*.{js,md,html}\" --ignore-pattern \"**/syntax-error/**/*.js\"",
    "prettier": "--ignore-path .gitignore --loglevel=warn \"{src,test,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!**/syntax-error/**/*.js\""
  },
  "keywords": [
    "netlify",
    "netlify-plugin"
  ],
  "author": "Netlify Inc.",
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.11.4",
    "@babel/preset-env": "^7.11.5",
    "@rollup/plugin-babel": "^5.2.0",
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-inject": "^4.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "@types/node": "^14.0.27",
    "buffer-es6": "^4.9.3",
    "del": "^6.0.0",
    "make-dir": "^3.1.0",
    "node-fetch": "^2.6.1",
    "path-type": "^4.0.0",
    "process-es6": "^0.11.6",
    "rollup": "^2.23.1",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.1.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/netlify/netlify-plugin-edge-handlers.git"
  },
  "bugs": {
    "url": "https://github.com/netlify/netlify-plugin-edge-handlers/issues"
  },
  "engines": {
    "node": "^10.17.0 || >=11.14.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.0.0",
    "@commitlint/config-conventional": "^12.0.0",
    "@netlify/build": "^11.29.0",
    "@netlify/eslint-config-node": "^3.0.3",
    "ava": "^3.12.1",
    "date-fns": "^2.15.0",
    "eslint": "^7.7.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.3.6",
    "is-plain-obj": "^3.0.0",
    "lodash": "^4.17.20",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "prettier": "^2.1.1",
    "sinon": "^11.0.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "ava": {
    "timeout": "120s",
    "verbose": true
  }
}
