mouse-traker
Version:
this is mouse-tracking package to realtime to get mousemove or click event
28 lines • 712 B
JSON
{
"name": "mouse-traker",
"version": "1.0.4",
"description": "this is mouse-tracking package to realtime to get mousemove or click event",
"main": "../mouse-traker/lib/index.js",
"types": "../mouse-traker/lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/shyamdadhaniya/mouse-traker.git"
},
"keywords": [
"mouse-tracker",
"track-event"
],
"author": "shyam-dadhaniya",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/shyamdadhaniya/mouse-traker/issues"
},
"homepage": "https://gitlab.com/shyamdadhaniya/mouse-traker#readme",
"files": [
"lib/**/*"
]
}