UNPKG

@easyflow/pixel

Version:

Easyflow client-side pixel SDK

54 lines (53 loc) 1.31 kB
{ "name": "@easyflow/pixel", "version": "1.9.2", "description": "Easyflow client-side pixel SDK", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs.js", "import": "./dist/index.es.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "vite build", "dev": "vite", "clean": "rm -rf dist", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:ci": "jest --ci --coverage --watchAll=false", "ci:publish": "npm run test:ci && npm run clean && npm run build && npm publish --access public", "ci:build": "npm run test:ci && npm run clean && npm run build", "deploy": "git push origin --follow-tags" }, "keywords": [ "pixel", "sdk", "tracking", "analytics", "easyflow" ], "author": "Diego Moura", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", "@types/pako": "^2.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.8.3", "vite": "^6.3.2", "vite-plugin-dts": "^4.5.3" }, "dependencies": { "lz-string": "^1.5.0", "pako": "^2.1.0" } }