{
  "name": "@centinel/nextjs",
  "version": "1.2.2",
  "type": "module",
  "description": "Package designed to add Centinel Analytica functionality to Next.js applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write src/**/*.{ts,tsx}",
    "format:check": "prettier --check src/**/*.{ts,tsx}",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/centinel-analytica/nextjs.git"
  },
  "keywords": [
    "bot",
    "protection",
    "vercel",
    "middleware",
    "antibot",
    "stop bots",
    "stop scrapers",
    "stop crawlers",
    "nextjs",
    "next.js",
    "next",
    "nextjs middleware",
    "nextjs api",
    "nextjs validation",
    "nextjs bot protection"
  ],
  "author": "Centinel Analytica",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/centinel-analytica/nextjs/issues"
  },
  "homepage": "https://github.com/centinel-analytica/nextjs#readme",
  "peerDependencies": {
    "next": ">=13.0.0",
    "react": ">=18.0.0"
  },
  "dependencies": {
    "debug": "^4.3.7"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^24.0.10",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.1.9",
    "@typescript-eslint/eslint-plugin": "^8.15.0",
    "@typescript-eslint/parser": "^8.15.0",
    "@vitest/coverage-v8": "^2.1.8",
    "eslint": "^9.16.0",
    "eslint-config-next": "^15.1.0",
    "husky": "^9.1.7",
    "jsdom": "^25.0.1",
    "lint-staged": "^15.2.10",
    "next": "^15.3.4",
    "prettier": "^3.4.2",
    "react": "^19.1.0",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8"
  }
}
