UNPKG

@randyd45/web-behavior-tracker

Version:

A framework-agnostic package for tracking user behavior on web forms

62 lines (61 loc) 1.56 kB
{ "name": "@randyd45/web-behavior-tracker", "version": "1.0.2", "description": "A framework-agnostic package for tracking user behavior on web forms", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build", "clean": "rimraf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run lint", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, "repository": { "type": "git", "url": "git+https://github.com/RandyD45/web-behavior-tracker.git" }, "keywords": [ "behavior-tracking", "analytics", "user-behavior", "form-tracking", "security", "risk-assessment", "web-forms" ], "author": "RandyD45", "license": "MIT", "bugs": { "url": "https://github.com/RandyD45/web-behavior-tracker/issues" }, "homepage": "https://github.com/RandyD45/web-behavior-tracker#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.2.5", "rimraf": "^5.0.10", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" } }