UNPKG

moonito

Version:

Moonito is a simple but powerful real-time web traffic filtering service and analytics that not only helps you to track, analyse and understand your visitors but also protects your website from bot attacks, data scraping, and other unwanted activities.

48 lines (47 loc) 1.15 kB
{ "name": "moonito", "version": "1.7.0", "description": "Moonito is a simple but powerful real-time web traffic filtering service and analytics that not only helps you to track, analyse and understand your visitors but also protects your website from bot attacks, data scraping, and other unwanted activities.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [ "moonito", "antibot", "killbot", "botblocker", "bot blocker", "nodejs antibot", "typescript antibot", "typescript antibot", "web analytics", "website stats", "hit counter", "free web counter", "web tracker", "visitor tracker", "antibot", "anti-spam", "bot tracking", "bots protection", "real-time visitor", "bot blocker", "url tracking", "traffic filtering" ], "author": "moonito.net", "license": "ISC", "devDependencies": { "@types/node": "^22.5.5", "typescript": "^5.6.2" }, "dependencies": { "tslib": "^2.7.0" } }