@centinel/nextjs
Version:
Package designed to add Centinel Analytica functionality to Next.js applications
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "@centinel/nextjs",
"version": "1.0.9",
"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": "echo \"Error: no test specified\" && exit 1"
},
"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"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@types/react": "^19.0.0",
"next": "^15.3.4",
"react": "^19.1.0"
}
}