{
  "name": "onboardly",
  "version": "0.1.5",
  "description": "React component library for Onboardly",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint .",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.10",
    "tsup": "^8.0.2",
    "typescript": "~5.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "onboarding",
    "component",
    "ui",
    "walkthrough",
    "guided",
    "step-by-step",
    "tutorial",
    "introduction",
    "welcome screen"
  ],
  "license": "MIT"
}
