{
  "name": "robotstxt-webpack-plugin",
  "version": "8.0.0",
  "description": "A webpack plugin to output a robots.txt file",
  "license": "MIT",
  "author": "itgalaxy <development@itgalaxy.company>",
  "contributors": [
    {
      "name": "Alexander Krasnoyarov",
      "email": "alexander.krasnoyarov@itgalaxy.company",
      "url": "https://vk.com/sterling_archer"
    }
  ],
  "repository": {
    "type": "https",
    "url": "https://github.com/itgalaxy/robotstxt-webpack-plugin"
  },
  "keywords": [
    "robots.txt",
    "robots",
    "robotstxt",
    "generate",
    "robots-txt",
    "user-agent",
    "webpack",
    "webpack-plugin",
    "plugin"
  ],
  "bugs": {
    "url": "https://github.com/itgalaxy/robotstxt-webpack-plugin/issues"
  },
  "main": "dist/cjs.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">= 14.15.0"
  },
  "dependencies": {
    "generate-robotstxt": "^8.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^29.0.1",
    "del": "^6.1.1",
    "del-cli": "^5.0.0",
    "eslint": "^6.6.0",
    "eslint-plugin-ava": "^9.0.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-itgalaxy": "^114.0.0",
    "eslint-plugin-jest": "^23.0.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-lodash": "^6.0.0",
    "eslint-plugin-markdown": "^1.0.1",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.16.0",
    "eslint-plugin-unicorn": "^12.1.0",
    "husky": "^3.0.9",
    "jest": "^29.0.1",
    "lint-staged": "^9.4.2",
    "memory-fs": "^0.5.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "remark-cli": "^11.0.0",
    "remark-preset-lint-itgalaxy": "^16.0.0",
    "standard-version": "^9.5.0",
    "webpack": "^5.74.0"
  },
  "peerDependencies": {
    "webpack": ">= 5.0.0"
  },
  "scripts": {
    "prebuild": "del dist",
    "build": "babel src --out-dir dist",
    "lint:prettier": "prettier --list-different \"{src,__tests__}/**/*.{js,mjs,jsx,md,yml,yaml}\" \"*.{js,mjs,md,yml,yaml}\" \"!CHANGELOG.md\"",
    "lint:eslint": "eslint . --cache --report-unused-disable-directives --ignore-path .gitignore --ext '.js,.cjs,.mjs,.jsx,.md'",
    "lint:remark": "remark . -i .gitignore -f -q",
    "lint": "npm-run-all -l -p \"lint:**\"",
    "prettier": "npm run lint:prettier -- --write",
    "fix:eslint": "npm run lint:eslint -- --fix",
    "fix": "npm-run-all -l prettier -p \"fix:**\"",
    "prepare": "npm run build",
    "release": "standard-version",
    "pretest": "npm run lint",
    "test:only": "jest",
    "test:coverage": "jest --coverage",
    "test": "npm run test:coverage"
  }
}
