@elbwalker/destination-web-piwikpro
Version:
Piwik PRO destination for walkerOS
69 lines (68 loc) • 1.73 kB
JSON
{
"name": "@elbwalker/destination-web-piwikpro",
"description": "Piwik PRO destination for walkerOS",
"version": "2.0.4",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
},
"./examples": {
"types": "./dist/examples/index.d.ts",
"import": "./dist/examples/index.mjs",
"require": "./dist/examples/index.js",
"default": "./dist/examples/index.mjs"
}
},
"files": [
"dist/**",
"CHANGELOG.md"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "jest --watchAll --colors",
"lint": "tsc && eslint \"**/*.ts*\"",
"test": "jest --colors --coverage",
"update": "npx npm-check-updates -u && npm update"
},
"dependencies": {
"@elbwalker/walker.js": "3.4.2",
"@elbwalker/utils": "3.8.2"
},
"devDependencies": {
"@elbwalker/types": "3.4.0"
},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
"directory": "packages/destinations/web/piwikpro"
},
"author": "elbwalker <hello@elbwalker.com>",
"homepage": "https://github.com/elbwalker/walkerOS#readme",
"bugs": {
"url": "https://github.com/elbwalker/walkerOS/issues"
},
"keywords": [
"elb",
"elbwalker",
"walker",
"walkerOS",
"walker destination",
"analytics",
"tracking",
"piwik",
"piwik pro"
],
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/elbwalker"
}
]
}