{
  "name": "gulp-file2qr",
  "type": "module",
  "version": "1.1.6",
  "description": "A Gulp plugin build QR code .png file from data in source files.",
  "keywords": [
    "gulpplugin",
    "gulp",
    "QR",
    "qrcode",
    "QRCode"
  ],
  "author": {
    "name": "Sergei S. Betke",
    "email": "Sergey.S.Betke@yandex.ru",
    "url": "https://github.com/sergey-s-betke"
  },
  "homepage": "https://github.com/IT-Service-NPM/gulp-file2qr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IT-Service-NPM/gulp-file2qr.git"
  },
  "bugs": {
    "url": "https://github.com/IT-Service-NPM/gulp-file2qr/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.0"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "imports": {
    "#gulp-file2qr": "./src/index.ts"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup-node",
    "CI": "npm run build && npm run lint && npm run test && npm run update-readme-API && npm run update-readme",
    "check-exports": "attw --pack .",
    "lint": "tsc && eslint",
    "test": "vitest run --coverage",
    "update-readme-API": "npx api-extractor run --local && npx api-documenter markdown -i ./temp -o ./docs",
    "update-examples-readme": "remark test/examples/*/readme.md --output",
    "update-main-readme": "remark readme.md --output",
    "update-readme": "npm run update-examples-readme && npm run update-main-readme",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "dependencies": {
    "cool-ini-parser": "^1.1.2",
    "gulplog": "^2.2.0",
    "plugin-error": "^2.0.1",
    "qrcode": "^1.5.4",
    "stream-composer": "^1.0.2"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.0",
    "@commitlint/cli": "^20.3.0",
    "@commitlint/config-angular": "^19.5.0",
    "@commitlint/config-conventional": "^19.5.0",
    "@commitlint/types": "^20.2.0",
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.13.0",
    "@microsoft/api-documenter": "^7.26.0",
    "@microsoft/api-extractor": "^7.48.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.0",
    "@semantic-release/npm": "^13.1.3",
    "@semantic-release/release-notes-generator": "^14.0.1",
    "@szum-tech/semantic-release-config": "^2.3.5",
    "@types/gulp": "^4.0.17",
    "@types/qrcode": "^1.5.5",
    "@types/stream-composer": "file:src/types/stream-composer",
    "@typescript-eslint/eslint-plugin": "^8.12.2",
    "@typescript-eslint/parser": "^8.12.2",
    "@vitest/coverage-istanbul": "^4.0.16",
    "@vitest/eslint-plugin": "^1.1.10",
    "conventional-changelog-cli": "^4.1.0",
    "eslint": "^9.14.0",
    "eslint-plugin-tsdoc": "^0.4.0",
    "gulp": "^5.0.0",
    "gulp-cli": "^3.0.0",
    "gulp-file": "^0.4.0",
    "gulp-file2qr": "file:",
    "jimp": "^1.6.0",
    "qrcode-reader": "^1.0.4",
    "read-ini-file": "^4.0.0",
    "remark-alerts": "^0.0.1",
    "remark-cli": "^12.0.1",
    "remark-code-import": "^1.2.0",
    "remark-gfm": "^4.0.0",
    "remark-github-blockquote-alert": "^1.3.0",
    "remark-license": "^6.1.0",
    "remark-lint-code-block-style": "^4.0.0",
    "remark-preset-lint-consistent": "^6.0.0",
    "remark-preset-lint-recommended": "^7.0.0",
    "remark-toc": "^9.0.0",
    "remark-typography": "^0.7.0",
    "remark-usage": "^11.0.1",
    "remark-validate-links": "^13.0.2",
    "semantic-release": "^25.0.2",
    "ts-node": "^10.9.2",
    "tsdoc-markdown": "^1.0.0",
    "tsup": "^8.3.5",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.15.0",
    "vite-plugin-vitest-typescript-assert": "^1.1.4",
    "vitest": "^4.0.16"
  }
}
