{
  "name": "@ooneex/gamification",
  "description": "Gamification utilities for interactive learning experiences including multiple choice questions (MCQ) and flashcard systems",
  "version": "0.0.18",
  "type": "module",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./mcq": {
      "import": {
        "types": "./dist/mcq/index.d.ts",
        "default": "./dist/mcq/index.js"
      }
    },
    "./flashcard": {
      "import": {
        "types": "./dist/flashcard/index.d.ts",
        "default": "./dist/flashcard/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "license": "MIT",
  "scripts": {
    "build": "bunup",
    "lint": "tsgo --noEmit && bunx biome lint",
    "npm:publish": "bun publish --tolerate-republish --access public"
  },
  "dependencies": {},
  "devDependencies": {
    "@ooneex/image": "0.0.17",
    "@ooneex/status": "0.0.17",
    "@ooneex/tag": "0.0.17",
    "@ooneex/types": "0.0.17"
  },
  "keywords": [
    "achievements",
    "bun",
    "flashcard",
    "game",
    "gamification",
    "mcq",
    "ooneex",
    "rewards",
    "typescript"
  ]
}
