{
  "name": "@nfq/storybook-github-issues",
  "description": "An storybook addon to directly create and read github issues from within storybook",
  "author": ".NFQ | Christoph Kruppe",
  "version": "1.3.1",
  "keywords": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nfqde/nfq-storybook-github-issues.git"
  },
  "bugs": {
    "url": "https://github.com/nfqde/nfq-storybook-github-issues/issues"
  },
  "homepage": "https://github.com/nfqde/nfq-storybook-github-issues#readme",
  "template": {
    "version": "1.2.0",
    "name": "nfq-npm-modules-template",
    "path": "https://github.com/nfqde/nfq-npm-modules-template.git"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/esm/preset.js",
      "require": "./dist/preset.js"
    }
  },
  "types": "types/index.d.ts",
  "sideEffects": [
    "cypress/**"
  ],
  "peerDependencies": {
    "react": ">= 18",
    "react-dom": ">= 18",
    "storybook": ">= 7"
  },
  "dependencies": {
    "react-markdown": "^10.1.0",
    "rehype-highlight": "^7.0.2",
    "remark-breaks": "^4.0.0",
    "remark-gfm": "^4.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/eslint-parser": "^7.27.0",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@babel/plugin-syntax-import-assertions": "^7.26.0",
    "@babel/plugin-transform-class-properties": "^7.25.9",
    "@babel/plugin-transform-typescript": "^7.27.0",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.27.0",
    "@cypress/code-coverage": "^3.14.0",
    "@lopatnov/rollup-plugin-uglify": "^2.1.5",
    "@nfq/eslint-config": "^3.3.1",
    "@nfq/eslint-plugin": "^0.8.2",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@storybook/blocks": "^8.6.12",
    "@storybook/components": "^8.6.12",
    "@storybook/core-events": "^8.6.12",
    "@storybook/manager-api": "^8.6.12",
    "@storybook/preview-api": "^8.6.12",
    "@storybook/theming": "^8.6.12",
    "@storybook/types": "^8.6.12",
    "@stylistic/eslint-plugin-ts": "^3.1.0",
    "@types/cypress__code-coverage": "^3.10.2",
    "@types/node": "^22.14.0",
    "@types/react": "^19.1.0",
    "@types/styled-components": "^5.1.34",
    "@types/webpack": "^5.28.5",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "^8.29.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-istanbul": "^7.0.0",
    "babel-plugin-styled-components": "^2.1.4",
    "clean-webpack-plugin": "^4.0.0",
    "cross-env": "^7.0.3",
    "cypress": "^14.2.1",
    "eslint": "^8.57.1",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-array-func": "^4.0.0",
    "eslint-plugin-better-styled-components": "^1.1.2",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsdoc": "^50.6.9",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-no-unsanitized": "^4.1.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-perf-standard": "^1.0.3",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-hooks-ssr": "^0.1.5",
    "eslint-plugin-redos": "^4.5.0",
    "eslint-plugin-security": "^3.0.1",
    "eslint-plugin-sort-destructure-keys": "^2.0.0",
    "html-webpack-plugin": "^5.6.3",
    "mocha": "^11.2.0",
    "mochawesome": "^7.1.3",
    "mochawesome-merge": "^5.0.0",
    "node-polyfill-webpack-plugin": "^4.1.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "rollup": "^4.39.0",
    "rollup-plugin-cleaner": "^1.0.0",
    "semver": "^7.7.1",
    "storybook": "^8.6.12",
    "terser": "^5.39.0",
    "typescript": "^5.8.3",
    "webpack": "^5.98.0",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.1"
  },
  "standard-version": {
    "scripts": {
      "prebump": "nfqBump"
    }
  },
  "browserslist": [
    "last 2 versions",
    "not dead",
    "not ie 11"
  ],
  "scripts": {
    "build": "rollup -c && pnpm tsc",
    "check:types": "pnpm tsc -p . --noEmit",
    "watch": "rollup -c -w",
    "deploy": "standard-version && git push --follow-tags origin main && pnpm publish",
    "lint": "pnpm eslint ./src --ext='.js' --ext='.jsx' --ext='.ts' --ext='.tsx'",
    "lint:report": "pnpm eslint --output-file eslint_report.json --format json --ext='.js, .jsx, .ts, .tsx' ./src",
    "merge:files": "pnpm mochawesome-merge \"./cypress/reports/mochawesome*.json\" > \"./cypress/reports/index.json\"",
    "test": "pnpm cross-env NODE_ENV=test CYPRESS_INTERNAL_BROWSER_CONNECT_TIMEOUT=300000 pnpm cypress run --component && pnpm merge:files",
    "test:open": "pnpm cross-env NODE_ENV=test pnpm cypress open --component"
  }
}