UNPKG

@deriv/analytics

Version:

The analytics package contains all the utility functions used for tracking user events and sending them to the respective platform such as Rudderstack.

51 lines (50 loc) 1.27 kB
{ "name": "@deriv/analytics", "version": "1.4.8", "description": "The analytics package contains all the utility functions used for tracking user events and sending them to the respective platform such as Rudderstack.", "keywords": [ "rudderstack", "growthbook", "react" ], "author": "Amir Ali, Addriene, Nikita", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "./node_modules/.bin/jest", "build": "tsc", "prepare": "npm run build && husky install", "prepublishOnly": "npm test" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "https://github.com/binary-com/deriv-analytics" }, "homepage": "https://github.com/binary-com/deriv-analytics", "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^20.4.1", "husky": "^8.0.3", "jest": "^29.6.1", "jest-environment-jsdom": "^29.6.1", "lint-staged": "^15.0.1", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "^4.9.5" }, "dependencies": { "@growthbook/growthbook": "^0.29.0", "rudder-sdk-js": "^2.35.0" }, "engines": { "node": "18.x", "npm": "9.x" }, "license": "MIT", "lint-staged": { "*.{js,md,ts}": "prettier --write" } }