{
  "name": "@altertable/altertable-js",
  "description": "JavaScript SDK to capture and send events to Altertable.",
  "version": "1.0.7",
  "license": "MIT",
  "homepage": "https://github.com/altertable-ai/altertable-js",
  "repository": "altertable-ai/altertable-js",
  "author": {
    "name": "Altertable",
    "url": "https://altertable.ai"
  },
  "keywords": [
    "analytics",
    "track",
    "altertable"
  ],
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "module": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup --env.mode production",
    "dev": "tsup --watch --env.mode development",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src --ext ts",
    "lint:fix": "bun run lint --fix",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "coverage": "vitest run --coverage"
  }
}
