{
  "name": "@muban/storybook",
  "version": "8.0.0",
  "description": "Storybook for Muban: View and Test Muban components.",
  "keywords": [
    "muban",
    "storybook",
    "renderer"
  ],
  "author": "Arjan van Wijk",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/@mubanjs/muban-storybook.git"
  },
  "bugs": {
    "url": "https://github.com/@mubanjs/muban-storybook/issues"
  },
  "homepage": "https://github.com/mubanjs/muban-storybook/tree/main/packages/renderer#readme",
  "type": "module",
  "exports": {
    ".": {
      "node": "./dist/index.js",
      "require": "./dist/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./preview": {
      "node": "./dist/config.js",
      "require": "./dist/config.js",
      "import": "./dist/config.js",
      "types": "./dist/config.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "dev": "npm run build -- --watch",
    "build": "tsc -p ./tsconfig.build.json",
    "test": "jest --config ./jest.config.ts ./src/",
    "typecheck": "tsc --project tsconfig.json --noEmit --noUnusedLocals",
    "lint": "npm-run-all lint:*",
    "lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx,.mjs,.cjs,.mts,.cts . --cache --cache-location node_modules/.cache/.eslintcache",
    "fix": "npm-run-all fix:*",
    "fix:eslint": "npm run lint:eslint -- --fix",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@muban/muban": "^1.0.0-alpha.35",
    "@muban/template": "^1.0.0-alpha.4",
    "@storybook/core-client": "^7.0.7",
    "@storybook/docs-tools": "^7.0.7",
    "@storybook/global": "^5.0.0",
    "@storybook/preview-api": "^7.0.7",
    "@storybook/types": "^7.0.7",
    "qs": "^6.11.1",
    "ts-dedent": "^2.0.0",
    "type-fest": "^2.19.0"
  },
  "devDependencies": {
    "@swc/jest": "^0.2.26",
    "@types/jest": "^29.5.1",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "typescript": "~5.0.4"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
