UNPKG

analytics-plugin-plausible

Version:
38 lines (37 loc) 878 B
{ "name": "analytics-plugin-plausible", "version": "0.0.6", "description": "Plausible support for Analytics", "keywords": [ "analytics", "plausible" ], "author": "Ian Hunter <ian@01.studio>", "homepage": "https://github.com/ian/analytics/tree/main/packages/plausible#readme", "license": "MIT", "main": "dist/plausible.js", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/ian/analytics.git" }, "scripts": { "clean": "rm -rf ./dist", "build": "tsc", "build:watch": "tsc --watch" }, "bugs": { "url": "https://github.com/ian/analytics/issues" }, "devDependencies": { "@types/node": "^14.14.40", "typescript": "^4.2.4" }, "dependencies": { "analytics": "^0.7.5", "plausible-tracker": "^0.3.1" }, "gitHead": "f31b762f85a2900a3cf8563dbcf2d2c42d146e49" }