{
  "name": "@adobe/helix-admin-support",
  "version": "5.2.0",
  "description": "Helix Admin Support Library",
  "main": "src/index.js",
  "type": "module",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "c8 mocha",
    "lint": "eslint .",
    "docs:schema": "jsonschema2md -d src/schemas -o docs -x docs -f yaml",
    "docs:api": "jsdoc2md -c .jsdoc.json --files src/*.js > docs/API.md",
    "docs:types": "node ./test/dev/generate-types.js",
    "docs": "npm run docs:schema && npm run docs:api && npm run docs:types",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/helix-admin-support.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/helix-admin-support/issues"
  },
  "homepage": "https://github.com/adobe/helix-admin-support#readme",
  "mocha": {
    "require": [
      "test/setup-env.js",
      "mocha-suppress-logs"
    ],
    "recursive": "true",
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json"
  },
  "dependencies": {
    "@adobe/fetch": "^4.1.10",
    "@adobe/helix-shared-config": "^11.0.11",
    "@adobe/helix-shared-storage": "^2.0.0",
    "@adobe/helix-shared-utils": "^3.0.2",
    "@aws-sdk/client-s3": "^3.705.0",
    "@aws-sdk/client-sqs": "^3.699.0",
    "@smithy/node-http-handler": "^4.0.0"
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "3.0.28",
    "@adobe/jsonschema2md": "8.0.11",
    "@eslint/config-helpers": "0.6.0",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "c8": "11.0.0",
    "eslint": "9.4.0",
    "husky": "9.1.7",
    "jsdoc-to-markdown": "9.1.3",
    "json-schema-to-typescript": "15.0.4",
    "junit-report-builder": "5.1.2",
    "lint-staged": "17.0.5",
    "mocha": "11.7.6",
    "mocha-multi-reporters": "1.5.1",
    "mocha-suppress-logs": "0.6.0",
    "nock": "14.0.15",
    "semantic-release": "25.0.3",
    "xml2js": "0.6.2",
    "yaml": "2.9.0"
  },
  "lint-staged": {
    "*.js": "eslint",
    "*.cjs": "eslint"
  }
}
