{
  "name": "@contractspec/example.learning-journey-quest-challenges",
  "version": "4.0.9",
  "description": "Time-bound quest/challenge learning journey example.",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/browser/index.js",
      "bun": "./dist/index.js",
      "node": "./dist/node/index.js",
      "default": "./dist/index.js"
    },
    "./docs": {
      "types": "./dist/docs/index.d.ts",
      "browser": "./dist/browser/docs/index.js",
      "bun": "./dist/docs/index.js",
      "node": "./dist/node/docs/index.js",
      "default": "./dist/docs/index.js"
    },
    "./docs/quest-challenges.docblock": {
      "types": "./dist/docs/quest-challenges.docblock.d.ts",
      "browser": "./dist/browser/docs/quest-challenges.docblock.js",
      "bun": "./dist/docs/quest-challenges.docblock.js",
      "node": "./dist/node/docs/quest-challenges.docblock.js",
      "default": "./dist/docs/quest-challenges.docblock.js"
    },
    "./example": {
      "types": "./dist/example.d.ts",
      "browser": "./dist/browser/example.js",
      "bun": "./dist/example.js",
      "node": "./dist/node/example.js",
      "default": "./dist/example.js"
    },
    "./learning-journey-quest-challenges.feature": {
      "types": "./dist/learning-journey-quest-challenges.feature.d.ts",
      "browser": "./dist/browser/learning-journey-quest-challenges.feature.js",
      "bun": "./dist/learning-journey-quest-challenges.feature.js",
      "node": "./dist/node/learning-journey-quest-challenges.feature.js",
      "default": "./dist/learning-journey-quest-challenges.feature.js"
    },
    "./track": {
      "types": "./dist/track.d.ts",
      "browser": "./dist/browser/track.js",
      "bun": "./dist/track.js",
      "node": "./dist/node/track.js",
      "default": "./dist/track.js"
    }
  },
  "scripts": {
    "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
    "publish:pkg:canary": "bun publish:pkg --tag canary",
    "build": "bun run build:bundle && bun run build:types",
    "build:bundle": "contractspec-bun-build transpile",
    "build:types": "contractspec-bun-build types",
    "dev": "contractspec-bun-build dev",
    "clean": "rimraf dist .turbo",
    "lint": "bun lint:fix",
    "lint:fix": "node ../../../scripts/biome.cjs check --write --unsafe --only=nursery/useSortedClasses . && node ../../../scripts/biome.cjs check --write .",
    "lint:check": "node ../../../scripts/biome.cjs check .",
    "test": "bun test",
    "prebuild": "contractspec-bun-build prebuild",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@contractspec/module.learning-journey": "4.0.9",
    "@contractspec/lib.contracts-spec": "6.4.0"
  },
  "devDependencies": {
    "@contractspec/tool.typescript": "3.7.13",
    "typescript": "^5.9.3",
    "@contractspec/tool.bun": "3.7.18"
  },
  "publishConfig": {
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "browser": "./dist/browser/index.js",
        "bun": "./dist/index.js",
        "node": "./dist/node/index.js",
        "default": "./dist/index.js"
      },
      "./docs": {
        "types": "./dist/docs/index.d.ts",
        "browser": "./dist/browser/docs/index.js",
        "bun": "./dist/docs/index.js",
        "node": "./dist/node/docs/index.js",
        "default": "./dist/docs/index.js"
      },
      "./docs/quest-challenges.docblock": {
        "types": "./dist/docs/quest-challenges.docblock.d.ts",
        "browser": "./dist/browser/docs/quest-challenges.docblock.js",
        "bun": "./dist/docs/quest-challenges.docblock.js",
        "node": "./dist/node/docs/quest-challenges.docblock.js",
        "default": "./dist/docs/quest-challenges.docblock.js"
      },
      "./example": {
        "types": "./dist/example.d.ts",
        "browser": "./dist/browser/example.js",
        "bun": "./dist/example.js",
        "node": "./dist/node/example.js",
        "default": "./dist/example.js"
      },
      "./learning-journey-quest-challenges.feature": {
        "types": "./dist/learning-journey-quest-challenges.feature.d.ts",
        "browser": "./dist/browser/learning-journey-quest-challenges.feature.js",
        "bun": "./dist/learning-journey-quest-challenges.feature.js",
        "node": "./dist/node/learning-journey-quest-challenges.feature.js",
        "default": "./dist/learning-journey-quest-challenges.feature.js"
      },
      "./track": {
        "types": "./dist/track.d.ts",
        "browser": "./dist/browser/track.js",
        "bun": "./dist/track.js",
        "node": "./dist/node/track.js",
        "default": "./dist/track.js"
      }
    },
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lssm-tech/contractspec.git",
    "directory": "packages/examples/learning-journey-quest-challenges"
  },
  "homepage": "https://contractspec.io"
}
