@botwall/middleware
Version:
Express middleware for BotWall - protects your APIs with pay-per-crawl, signature verification, and bot analytics
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "@botwall/middleware",
"version": "1.2.6",
"description": "Express middleware for BotWall - protects your APIs with pay-per-crawl, signature verification, and bot analytics",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"botwall",
"middleware",
"express",
"bot-protection",
"pay-per-crawl",
"signature-verification",
"analytics"
],
"author": "BotWall Team",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"express": "^4.0.0"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/botwall/botwall-pay-per-crawl.git"
},
"bugs": {
"url": "https://github.com/botwall/botwall-pay-per-crawl/issues"
},
"homepage": "https://botwall.com"
}