UNPKG

@arcjet/next

Version:

Arcjet SDK for the Next.js framework

77 lines (76 loc) 1.74 kB
{ "name": "@arcjet/next", "version": "1.0.0-beta.15", "description": "Arcjet SDK for the Next.js framework", "keywords": [ "analyze", "arcjet", "attack", "limit", "nextjs", "next", "protect", "secure", "security", "verify" ], "license": "Apache-2.0", "homepage": "https://arcjet.com", "repository": { "type": "git", "url": "git+https://github.com/arcjet/arcjet-js.git", "directory": "arcjet-next" }, "bugs": { "url": "https://github.com/arcjet/arcjet-js/issues", "email": "support@arcjet.com" }, "author": { "name": "Arcjet", "email": "support@arcjet.com", "url": "https://arcjet.com" }, "engines": { "node": ">=20" }, "type": "module", "main": "./index.js", "types": "./index.d.ts", "files": [ "index.d.ts", "index.js" ], "scripts": { "build": "rollup --config rollup.config.js", "lint": "eslint .", "prepublishOnly": "npm run build", "test": "npm run build && npm run lint" }, "dependencies": { "@arcjet/env": "1.0.0-beta.15", "@arcjet/headers": "1.0.0-beta.15", "@arcjet/ip": "1.0.0-beta.15", "@arcjet/logger": "1.0.0-beta.15", "@arcjet/protocol": "1.0.0-beta.15", "@arcjet/transport": "1.0.0-beta.15", "arcjet": "1.0.0-beta.15" }, "peerDependencies": { "next": ">=13" }, "devDependencies": { "@arcjet/eslint-config": "1.0.0-beta.15", "@arcjet/rollup-config": "1.0.0-beta.15", "@types/node": "24.9.1", "@rollup/wasm-node": "4.52.5", "eslint": "9.38.0", "next": "16.0.0", "react": "19.2.0", "react-dom": "19.2.0", "typescript": "5.9.3" }, "publishConfig": { "access": "public", "tag": "latest" } }