{
  "name": "@skylara/walkthroughs",
  "version": "0.1.0",
  "description": "SkyLara Walkthroughs - Guided onboarding tours for all user roles",
  "private": true,
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "type-check": "tsc --noEmit"
  },
  "devDependencies": {
    "typescript": "^5.3.3"
  }
}
