@yqg/multiple-click
Version:
Monitor user's multiple click behavior and report
29 lines (28 loc) • 670 B
JSON
{
"name": "@yqg/multiple-click",
"version": "1.0.8",
"description": "Monitor user's multiple click behavior and report",
"main": "dist/index.js",
"module": "esm/index.js",
"types": "dist/index.d.ts",
"commitTag": true,
"scripts": {
"build": "tsc && rm -rf esm && tsc -m ES2015 --outDir esm",
"test": "jest"
},
"keywords": [
"Event tracking",
"Monitor",
"Multiple click",
"User behavior"
],
"author": "web@fintopia.tech",
"license": "MIT",
"devDependencies": {
"jest-environment-jsdom": "^29.7.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
}
}