journey-footprints
Version:
Lightweight tracking library for capturing session and UTM data.
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "journey-footprints",
"version": "0.1.1",
"description": "Lightweight tracking library for capturing session and UTM data.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"build": "tsup src/index.ts --dts --format cjs,esm,iife --global-name JourneyFootprints",
"prepublishOnly": "npm run build",
"test": "node --test"
},
"keywords": [
"tracking",
"utm",
"session"
],
"author": "EchoSistema",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/EchoSistema/JourneyFootprints.js.git"
},
"bugs": {
"url": "https://github.com/EchoSistema/JourneyFootprints.js/issues"
},
"homepage": "https://github.com/EchoSistema/JourneyFootprints.js#readme",
"unpkg": "dist/index.iife.js",
"jsdelivr": "dist/index.iife.js",
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"pnpm": {
"overrides": {
"source-map": "^0.7.4"
}
}
}