{
  "name": "local-plugin",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@netlify/next": "*",
    "@netlify/plugin-nextjs": "*",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.25",
    "husky": "^7.0.4",
    "if-env": "^1.0.4",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.6.3"
  }
}