{
  "name": "atlassian-connect-auth",
  "version": "4.2.0",
  "description": "Helper for handling webhooks from Atlassian products",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "test": "jest",
    "lint": "eslint .",
    "prepublish": "npm run build && npm run lint && npm run test"
  },
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "atlassian",
    "atlassian-jira",
    "atlassian-confluence",
    "atlassian-bitbucket",
    "atlassian-connect",
    "atlassian-connect-addon"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielHreben/atlassian-connect-auth.git"
  },
  "author": {
    "name": "Daniel Hreben",
    "email": "daniel.hreben@gmail.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/DanielHreben/atlassian-connect-auth/issues"
  },
  "homepage": "https://github.com/DanielHreben/atlassian-connect-auth#readme",
  "dependencies": {
    "atlassian-jwt": "^2.0.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.14",
    "@types/jest": "^29.2.4",
    "@types/lodash": "^4.14.191",
    "@types/node": "^18.11.10",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^5.45.1",
    "@typescript-eslint/parser": "^5.45.1",
    "axios": "^1.2.0",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.1.6",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-simple-import-sort": "^8.0.0",
    "express": "^4.18.2",
    "got": "^11.8.2",
    "jest": "^29.3.1",
    "jest-matcher-specific-error": "^1.0.0",
    "lodash": "^4.17.21",
    "nock": "^13.2.9",
    "node-fetch": "^2.6.7",
    "prettier": "^2.8.0",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.3"
  }
}
