@raphaelscunha/event-tracker
Version:
A simple event tracking and user identification package with streaming capabilities
33 lines (32 loc) • 857 B
JSON
{
"name": "@raphaelscunha/event-tracker",
"version": "1.1.0",
"private": false,
"description": "A simple event tracking and user identification package with streaming capabilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": ["event-tracking", "analytics", "user-identification", "streaming"],
"author": "Raphael Scunha",
"license": "MIT",
"devDependencies": {
"typescript": "^4.5.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raphaelscunha/event-tracker.git"
},
"bugs": {
"url": "https://github.com/raphaelscunha/event-tracker/issues"
},
"homepage": "https://github.com/raphaelscunha/event-tracker#readme"
}