{
  "name": "staging",
  "version": "0.0.7",
  "description": "Open-source alternative to Vercel's Password Protection feature",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "vercel",
    "protection",
    "password",
    "authentication",
    "middleware",
    "express",
    "staging",
    "preview",
    "production"
  ],
  "author": "Antoine Kingue <contact@antoinek.fr>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AntoineKM/staging.git"
  },
  "bugs": {
    "url": "https://github.com/AntoineKM/staging/issues"
  },
  "homepage": "https://github.com/AntoineKM/staging/tree/master/packages/staging",
  "peerDependencies": {
    "express": ">=4.0.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/express-serve-static-core": "^5.0.1",
    "@types/express-session": "^1.18.0",
    "@types/jsonwebtoken": "^9.0.5",
    "@types/node": "^22.0.0",
    "tsup": "^8.0.1",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "jose": "^5.9.6",
    "jsonwebtoken": "^9.0.2"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}