{
  "name": "@thred-apps/thred-track",
  "version": "1.4.35",
  "description": "Browser SDK for lead tracking and enrichment from ChatGPT referrals",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/thred.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "rollup -c -w",
    "build": "npm run clean && rollup -c",
    "build:prod": "npm run clean && NODE_ENV=production rollup -c",
    "clean": "rm -rf dist",
    "lint": "eslint src/**/*.{js,ts}",
    "lint:fix": "eslint src/**/*.{js,ts} --fix",
    "format": "prettier --write \"src/**/*.{js,ts,json}\"",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "serve": "npx http-server examples -p 8080"
  },
  "keywords": [
    "tracking",
    "analytics",
    "lead-enrichment",
    "chatgpt",
    "fingerprint",
    "sdk"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thred-ai/thred-track.git"
  },
  "bugs": {
    "url": "https://github.com/thred-ai/thred-track/issues"
  },
  "homepage": "https://github.com/thred-ai/thred-track#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "http-server": "^14.1.1",
    "prettier": "^3.2.5",
    "rollup": "^4.9.6",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {}
}
