{
  "name": "@awesome-myst/myst-awesome",
  "type": "module",
  "version": "0.0.7",
  "license": "MIT",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./components/*": "./src/components/*",
    "./layouts/*": "./src/layouts/*",
    "./lib/*": "./src/lib/*",
    "./utils/*": "./src/utils/*",
    "./scripts/*": "./scripts/*"
  },
  "dependencies": {
    "@astrojs/check": "^0.9.4",
    "@awesome-myst/myst-zod": "^0.6.0",
    "@awesome.me/webawesome": "^3.0.0-beta.4",
    "astro": "5.13.10",
    "fuse.js": "^7.1.0",
    "katex": "^0.16.22",
    "lit": "^3.3.1",
    "myst-parser": "^1.5.15",
    "myst-transforms": "^1.3.38",
    "scienceicons": "^0.0.13",
    "sharp": "^0.34.3",
    "shiki": "^3.13.0",
    "typescript": "^5.8.3",
    "unified": "^11.0.5",
    "@awesome-myst/myst-astro-collections": "2.0.2"
  },
  "devDependencies": {
    "@playwright/test": "^1.54.1"
  },
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",
    "test": "pnpm --filter=. exec playwright test --config=tests/playwright.config.ts",
    "copy-scienceicons": "node scripts/copy-scienceicons.mjs"
  }
}