website-visitor-counter
Version:
Real visitor counting system with Railway backend - works like komarev.com with accurate cross-device counting
56 lines (55 loc) • 1.31 kB
JSON
{
"name": "website-visitor-counter",
"version": "3.1.0",
"description": "Real visitor counting system with Railway backend - works like komarev.com with accurate cross-device counting",
"main": "dist/index.js",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "node examples/demo-v3.1.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"visitor-counter",
"website-analytics",
"badge",
"github-profile",
"komarev",
"shields",
"railway",
"real-counting",
"cross-device",
"privacy-focused"
],
"author": "Muhammad Nazmul Ahsan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mnahsanofficial/website-visitor-counter.git"
},
"bugs": {
"url": "https://github.com/mnahsanofficial/website-visitor-counter/issues"
},
"homepage": "https://github.com/mnahsanofficial/website-visitor-counter#readme",
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0"
},
"dependencies": {},
"engines": {
"node": ">=18.0.0"
}
}