{
  "name": "@chordcommerce/analytics",
  "description": "Chord Commerce event tracking",
  "version": "1.9.0",
  "author": "Chord Commerce <help@chord.co> (https://www.chord.co)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "chord"
  ],
  "license": "MIT",
  "scripts": {
    "build": "yarn clean && tsc -b tsconfig-build.json",
    "clean": "rimraf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "yarn test --ci --runInBand --reporters=default --passWithNoTests",
    "zod": "yarn ts-to-zod src/types/typewriter.ts src/validators/tracking-plan.ts && yarn ts-to-zod src/types/objects.ts src/validators/objects.ts"
  },
  "dependencies": {
    "@segment/analytics-next": "^1.56.0",
    "typescript": "^5.2.2",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "ts-to-zod": "^3.1.3"
  }
}
