{
  "name": "@jls-digital/storybook-addon-code",
  "version": "2.3.0",
  "description": "This storybook addon provides the ability to display a panel on stories with any code you want. It's mostly a wrapper for [storybook's syntax highlighter](https://github.com/storybookjs/storybook/tree/main/code/ui/components/src/components/syntaxhighlighter), which is a wrapper for [prism.js](https://www.npmjs.com/package/prismjs).",
  "exports": {
    ".": {
      "node": "./dist/register.js",
      "require": "./dist/register.js",
      "import": "./dist/register.js"
    },
    "./manager": "./dist/register.js",
    "./package.json": "./package.json"
  },
  "main": "dist/register.js",
  "module": "dist/register.js",
  "type": "module",
  "files": [],
  "scripts": {
    "build": "tsup",
    "build:watch": "npm run build -- --watch",
    "check": "npm run check:types && npm run check:lint && npm run check:format",
    "check:types": "tsc --noEmit",
    "check:lint": "eslint src/* --ignore-path .gitignore",
    "check:lint:fix": "eslint src/ --ignore-path .gitignore --fix",
    "check:format": "prettier src/ --check --ignore-path .gitignore",
    "check:format:fix": "npm run format --write"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jls-digital/storybook-addon-code.git"
  },
  "keywords": [
    "storybook",
    "addon",
    "code",
    "source"
  ],
  "author": "jls digital ag",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/react": "^19.2.7",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "prettier": "^3.7.4",
    "tsup": "^8.5.1"
  },
  "peerDependencies": {
    "react": "^19",
    "storybook": ">=9 <11"
  },
  "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  }
}
