@asunalabs/tracker-sdk
Version:
React SDK for EngageTrack analytics and user tracking
82 lines (81 loc) • 2.17 kB
JSON
{
"name": "@asunalabs/tracker-sdk",
"version": "1.0.1",
"description": "React SDK for EngageTrack analytics and user tracking",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"private": false,
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"dev": "npm run build:watch",
"example": "cd example && npm start"
},
"keywords": [
"react",
"analytics",
"tracking",
"engagement",
"user-tracking",
"realtime",
"websocket"
],
"author": "Asunalabs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/asunalabs/tracker-react-sdk.git"
},
"bugs": {
"url": "https://github.com/asunalabs/tracker-react-sdk/issues"
},
"homepage": "https://github.com/asunalabs/tracker-react-sdk#readme",
"peerDependencies": {
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.22.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.25.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-jest": "^29.4.0",
"tslib": "^2.8.1",
"typescript": "^5.0.0"
}
}