{
  "name": "@mdjs/mdjs-story",
  "version": "0.3.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "Rendering storybook story functions inside a story window with show code capabilities",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/modernweb-dev/rocket.git",
    "directory": "packages/mdjs-story"
  },
  "author": "Modern Web <hello@modern-web.dev> (https://modern-web.dev/)",
  "homepage": "https://rocket.modern-web.dev/docs/markdown-javascript/story/",
  "main": "./index.js",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./define": "./src/define.js"
  },
  "scripts": {
    "debug": "cd ../../ && npm run debug -- --group mdjs-story",
    "test": "npm run test:web",
    "test:web": "cd ../../ && npm run test:web -- --group mdjs-story"
  },
  "files": [
    "*.js",
    "assets",
    "dist-types",
    "src"
  ],
  "dependencies": {
    "lit": "^2.0.0"
  },
  "types": "dist-types/index.d.ts"
}
