UNPKG

koalaware-js

Version:

SDK for Koalaware session and event recording

72 lines (71 loc) 1.8 kB
{ "name": "koalaware-js", "version": "0.0.16", "description": "SDK for Koalaware session and event recording", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "unpkg": "dist/index.min.js", "files": [ "dist", "react.js", "react.d.ts", "index.js", "index.d.ts" ], "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts" }, "./react": { "import": "./dist/esm/react/index.js", "require": "./dist/cjs/react/index.js", "types": "./dist/types/react/index.d.ts" } }, "scripts": { "build": "rollup -c", "build:dev": "rollup -c --environment NODE_ENV:development", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Chirag Kawediya, Skyler Ji, Amogh Chaturvedi", "license": "ISC", "dependencies": { "@types/react": "^19.0.12", "react": "^19.0.0", "rrweb": "^2.0.0-alpha.4", "uuid": "^11.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "rollup": "^4.36.0", "rollup-plugin-dts": "^6.2.1", "ts-loader": "^9.5.2", "tslib": "^2.8.1", "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/yourusername/koalaware.git" }, "keywords": [ "session-recording", "analytics", "rrweb", "koalaware" ] }