@netlify/plugin-edge-handlers
Version:
Netlify Build plugin to bundle Edge functions
78 lines (77 loc) • 2.31 kB
JSON
{
"name": "@netlify/plugin-edge-handlers",
"version": "1.11.0",
"description": "Netlify Build plugin to bundle Edge functions",
"main": "src/index.js",
"bin": {
"plugin-build-edge-handlers": "src/cli.js"
},
"scripts": {
"test": "npm run format && npm run test:dev",
"format": "run-s format:*",
"format:lint": "eslint --ignore-path .gitignore --fix --cache --format=codeframe --max-warnings=0 \"src/**/*.js\"",
"format:prettier": "prettier --ignore-path .gitignore --write --loglevel warn \"*.{js,md,yml,json}\" \"!**/package-lock.json\" \"!package-lock.json\"",
"test:dev": "ava",
"test:ci": "nyc -r lcovonly -r text -r json ava"
},
"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": "^15.0.0",
"@rollup/plugin-inject": "^4.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/node": "^14.0.27",
"buffer-es6": "^4.9.3",
"del": "^5.1.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": "^3.9.7"
},
"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": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@netlify/build": "^8.0.0",
"ava": "^3.12.1",
"date-fns": "^2.15.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.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": "^2.1.0",
"lodash": "^4.17.20",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^2.1.1",
"sinon": "^9.0.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}