{
  "name": "@redwoodjs/auth-netlify-api",
  "version": "8.9.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redwoodjs/redwood.git",
    "directory": "packages/auth-providers/netlify/api"
  },
  "license": "MIT",
  "type": "commonjs",
  "exports": {
    ".": {
      "default": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./dist/decoder": {
      "default": {
        "types": "./dist/decoder.d.ts",
        "default": "./dist/decoder.js"
      }
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsx ./build.mts && yarn build:types",
    "build:pack": "yarn pack -o redwoodjs-auth-netlify-api.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
    "check:attw": "yarn attw -P",
    "check:package": "concurrently npm:check:attw yarn:publint",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "jsonwebtoken": "9.0.2"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.16.4",
    "@redwoodjs/api": "8.9.0",
    "@redwoodjs/framework-tools": "8.9.0",
    "@types/aws-lambda": "8.10.145",
    "@types/jsonwebtoken": "9.0.8",
    "concurrently": "8.2.2",
    "publint": "0.3.12",
    "tsx": "4.19.2",
    "typescript": "5.6.2",
    "vitest": "2.1.9"
  },
  "gitHead": "781e41fc681d6a744d3feca44bcf01b1b83fa55d"
}
