{
  "name": "@mihanizm56/fetch-api",
  "version": "3.10.1",
  "description": "api servise",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "server": "node integrational-tests/setup/runner.js",
    "test:watch": "jest --watch",
    "test": "npm run build && set CI=true && jest",
    "test:coverage": "jest --coverage",
    "build": "rm -fr ./dist && tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./lib -o ./dist",
    "lint": "npx eslint ./lib --ext .ts --fix --max-warnings=0 --cache --cache-location .eslintinfo",
    "stop": "sudo kill $(sudo lsof -t -i:8080)",
    "commit": "git add . && git commit --no-edit",
    "packages-vulnerability-check": "check-audit",
    "release": "npm run commit && git push && npm publish --access=public",
    "beta": "npm run commit && git push && npm publish --tag beta --access=public",
    "size": "pkgfiles"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mihanizm56/fetch-api.git"
  },
  "author": "mihanizm56",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mihanizm56/fetch-api/issues"
  },
  "homepage": "https://github.com/mihanizm56/fetch-api#readme",
  "dependencies": {
    "colors": "1.4.0",
    "json-mask": "1.0.4",
    "query-string": "7.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "11.0.0",
    "@types/jest": "25.1.0",
    "@types/joi": "14.3.4",
    "node-fetch": "2.6.1",
    "@types/node-fetch": "2.5.7",
    "@typescript-eslint/eslint-plugin": "5.3.0",
    "@typescript-eslint/parser": "5.3.0",
    "babel-jest": "25.2.6",
    "body-parser": "1.19.0",
    "commitizen": "4.2.4",
    "cors": "2.8.5",
    "cz-customizable": "6.2.0",
    "eslint": "8.2.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-import-resolver-alias": "1.1.2",
    "eslint-import-resolver-typescript": "2.5.0",
    "eslint-loader": "4.0.2",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-security": "1.4.0",
    "prettier": "2.4.1",
    "express": "4.17.1",
    "husky": "3.0.9",
    "jest": "25.5.4",
    "joi": "17.4.2",
    "morgan": "1.10.0",
    "npm-audit-resolver": "2.1.0",
    "pkgfiles": "2.3.2",
    "ts-jest": "25.4.0",
    "tscpaths": "0.0.9",
    "typescript": "4.4.4"
  },
  "files": [
    "dist",
    "config/install"
  ],
  "browser": false,
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": "config/git/commitizen.js"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS -g config/git/commitlint.js",
      "pre-commit": "npm run test && git add .",
      "pre-push": "npm run size",
      "prepare-commit-msg": "node ./config/git/prepare-commit.js"
    }
  }
}