minimalytics
Version:
A minimal, on-premise alternative to Google Analytics
55 lines (54 loc) • 1.58 kB
JSON
{
"name": "minimalytics",
"version": "1.0.6",
"description": "A minimal, on-premise alternative to Google Analytics",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc && cp -R src/mustache lib/mustache",
"test": "jest --config jestconfig.json",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matteolobello/minimalytics.git"
},
"keywords": [
"analytics",
"on-premise"
],
"author": "Matteo Lobello",
"license": "ISC",
"bugs": {
"url": "https://github.com/matteolobello/minimalytics/issues"
},
"homepage": "https://github.com/matteolobello/minimalytics#readme",
"files": [
"lib/**/*"
],
"devDependencies": {
"@types/express": "^4.17.11",
"@types/geoip-lite": "^1.4.1",
"@types/jest": "^26.0.22",
"@types/jsdom": "^16.2.9",
"@types/mustache": "^4.1.1",
"@types/node-fetch": "^2.5.8",
"@types/request-ip": "^0.0.35",
"jest": "^26.6.3",
"jsdom": "^16.5.2",
"mongodb-memory-server": "^6.9.6",
"node-fetch": "^2.6.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"dependencies": {
"country-emoji": "^1.5.6",
"express": "^4.17.1",
"geoip-lite": "^1.4.2",
"ip-anonymize": "^0.1.0",
"iso-3166-1": "^2.0.1",
"mongoose": "^5.12.2",
"mustache": "^4.2.0",
"request-ip": "^2.1.3"
}
}