kromemo
Version:
Browser event capture SDK for Kromemo: batching, retries, dedupe, TypeScript-first.
56 lines (55 loc) • 1.28 kB
JSON
{
"name": "kromemo",
"version": "3.0.3",
"description": "Browser event capture SDK for Kromemo: batching, retries, dedupe, TypeScript-first.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/index.esm.js",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/types/index.d.ts"
}
},
"unpkg": "dist/index.umd.js",
"sideEffects": false,
"files": [
"dist"
],
"keywords": [
"analytics",
"event-tracking",
"telemetry",
"browser-sdk",
"javascript",
"typescript",
"metrics",
"observability",
"beacon"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gastonivanfrasca/kromemo.git"
},
"bugs": {
"url": "https://github.com/gastonivanfrasca/kromemo/issues"
},
"homepage": "https://github.com/gastonivanfrasca/kromemo#readme",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^4.0.0",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18"
}
}