UNPKG

@gojek/clickstream-web

Version:

A Modern, Fast, and Lightweight Event Ingestion library for Web

81 lines (80 loc) 2.18 kB
{ "name": "@gojek/clickstream-web", "version": "1.0.3", "description": "A Modern, Fast, and Lightweight Event Ingestion library for Web", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" } }, "types": "./types/index.d.ts", "files": [ "dist", "types" ], "sideEffects": "false", "scripts": { "lint": "npx eslint src --ignore-path .gitignore", "test": "jest", "build": "rollup --config --environment PRODUCTION && npm run build:types", "build:types": "npx tsc", "release": "npm run build && standard-version", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/gojekfarm/clickstream-web.git" }, "keywords": [ "clickstream", "analytics" ], "author": "Ashish Mishra <b.s.ashish26@gmail.com>", "license": "apache-2.0", "bugs": { "url": "https://github.com/gojekfarm/clickstream-web/issues" }, "homepage": "https://github.com/gojekfarm/clickstream-web#readme", "ava": { "files": [ "test/**/*", "!./test/protos" ], "require": [ "./node_modules/protobufjs/minimal.js" ] }, "devDependencies": { "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-eslint": "^8.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "babel-preset-es2015": "^6.24.1", "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "husky": "^8.0.1", "jest": "^29.0.1", "jest-environment-jsdom": "^29.0.1", "lint-staged": "^13.0.3", "prettier": "2.7.1", "pretty-quick": "^3.1.3", "rollup": "^2.77.2", "rollup-plugin-terser": "^7.0.2", "standard-version": "^9.5.0", "typescript": "^4.7.4" }, "dependencies": { "protobufjs": "^7.0.0" } }