{
  "name": "@resolution/atlassian-api-common",
  "version": "0.17.0",
  "description": "Shared code across different implementations of Atlassian API Clients.",
  "main": "lib/index.js",
  "scripts": {
    "lint": "yarn run -T eslint src config",
    "lint:fix": "yarn run -T eslint --fix src config",
    "build": "rm -Rf lib && yarn run -T tsc -p tsconfig.build.json"
  },
  "files": [
    "lib",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/resolutiongmbh/atlassian-api-clients.git"
  },
  "keywords": [
    "atlassian",
    "api",
    "openapi",
    "client"
  ],
  "author": "Marat Dulin (Resolution GmbH)",
  "license": "MIT",
  "bugs": {
    "url": "https://bitbucket.org/resolutiongmbh/atlassian-api-clients/issues"
  },
  "homepage": "https://bitbucket.org/resolutiongmbh/atlassian-api-clients#readme",
  "devDependencies": {
    "@types/atlassian-connect-js": "^5.2.17",
    "@types/request": "^2.48.12",
    "atlassian-connect-express": "^10.0.2"
  },
  "peerDependencies": {
    "zod": ">=3.23.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "10d1846e35d1c17916ef0a9184caad70d95ba0da"
}
