{
  "name": "posthog-tours",
  "version": "0.1.0",
  "description": "A TypeScript package for creating guided tours in PostHog",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src --ext .ts",
    "prepare": "npm run build"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "posthog",
    "tours",
    "product-tours",
    "onboarding"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.28",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "posthog-js": "^1.232.6",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.2"
  },
  "peerDependencies": {
    "posthog-js": "^1.232.6"
  },
  "engines": {
    "node": ">=14.0.0"
  }
} 