{
  "name": "@qiwi/semantic-release-gh-pages-plugin",
  "version": "5.2.8",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "gh-pages publishing plugin for semantic-release",
  "keywords": [
    "gh-pages",
    "ghpages",
    "github pages",
    "semantic-release",
    "semantic release"
  ],
  "main": "target/es5/index.js",
  "types": "typings/index.d.ts",
  "typescript": {
    "definition": "typings/index.d.ts"
  },
  "scripts": {
    "clean": "rimraf target flow-typed typings docs coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "yarn lint --fix",
    "test": "npm-run-all -p -l lint test:unit test:depcheck",
    "test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit",
    "test:deps": "npm-run-all -p -l test:depcheck test:depaudit",
    "test:depcheck": "npx depcheck --ignores rimraf,mkdirp,typedoc,tslib,@swissquote/crafty-preset-jest,@types/jest,semantic-release",
    "test:depaudit": "yarn audit --level=moderate --groups=dependencies; [[ $? -ge 4 ]] && exit 1 || exit 0",
    "test:depauditfix": "npm_config_yes=true npx yarn-audit-fix --audit-level=moderate",
    "test:report": "yarn test && yarn coveralls:push",
    "build": "yarn clean && npm-run-all -p -l build:es5 build:es6 build:ts build:libdef docs",
    "build:es5": "mkdirp target/es5 && tsc -p tsconfig.es5.json",
    "build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json",
    "build:ts": "cpy src/main/ts/ target/ts/ --flat",
    "build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json",
    "coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0",
    "docs": "typedoc src/main/ts",
    "postupdate": "yarn && npm_config_yes=true npx yarn-audit-fix && yarn test:deps && yarn build && yarn test",
    "publish:beta": "npm publish --no-git-tag-version --tag beta"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "target",
    "typings",
    "flow-typed"
  ],
  "resolutions": {
    "**/postcss": "^8.4.13",
    "**/globby/fast-glob": "^3.2.11",
    "**/glob-parent": "^6.0.2"
  },
  "dependencies": {
    "@types/debug": "^4.1.8",
    "@types/git-url-parse": "^9.0.1",
    "@types/semantic-release": "^20.0.1",
    "@types/gh-pages": "^3.2.1",
    "@types/lodash": "^4.14.195",
    "@qiwi/substrate": "^2.0.4",
    "aggregate-error": "^3.1.0",
    "debug": "^4.3.4",
    "execa": "^5.1.1",
    "gh-pages": "^6.0.0",
    "git-url-parse": "^13.1.0",
    "lodash": "^4.17.21",
    "queuefy": "^1.2.1",
    "read-pkg": "^5.2.0",
    "then-request": "^6.0.2",
    "tslib": "^2.6.1"
  },
  "devDependencies": {
    "@qiwi/libdefkit": "5.0.0",
    "@qiwi/npm-run-all": "^4.1.7",
    "@types/jest": "^29.5.3",
    "coveralls": "^3.1.1",
    "jest": "^29.6.1",
    "cpy-cli": "^5.0.0",
    "mkdirp": "^3.0.1",
    "rimraf": "^5.0.1",
    "ts-jest": "^29.1.1",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-qiwi": "^2.1.3",
    "typedoc": "^0.24.8",
    "typescript": "5.1.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qiwi/semantic-release-gh-pages-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/qiwi/semantic-release-gh-pages-plugin/issues"
  },
  "author": "Anton Golub <mailbox@antongolub.ru>",
  "license": "MIT"
}
