{
  "name": "@adobe/spacecat-shared-tokowaka-client",
  "version": "1.25.0",
  "description": "Tokowaka Client for SpaceCat - Edge optimization config management",
  "type": "module",
  "engines": {
    "node": ">=22.0.0 <25.0.0",
    "npm": ">=10.9.0 <12.0.0"
  },
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "c8 mocha",
    "lint": "eslint .",
    "clean": "rm -rf package-lock.json node_modules"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/spacecat-shared.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/spacecat-shared/issues"
  },
  "homepage": "https://github.com/adobe/spacecat-shared#readme",
  "mocha": {
    "require": "test/setup-env.js",
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json",
    "spec": "test/**/*.test.js"
  },
  "dependencies": {
    "@adobe/spacecat-shared-utils": "1.126.0",
    "@aws-sdk/client-cloudfront": "3.1057.0",
    "@aws-sdk/client-iam": "3.1057.0",
    "@aws-sdk/client-lambda": "3.1057.0",
    "@aws-sdk/client-s3": "3.1057.0",
    "@aws-sdk/client-sts": "3.1057.0",
    "hast-util-from-html": "2.0.3",
    "mdast-util-from-markdown": "2.0.3",
    "mdast-util-to-hast": "13.2.1",
    "uuid": "14.0.0"
  },
  "devDependencies": {
    "aws-sdk-client-mock": "4.1.0",
    "c8": "11.0.0",
    "chai": "6.2.2",
    "esmock": "2.7.6",
    "mocha": "11.7.6",
    "nock": "14.0.15",
    "sinon": "22.0.0",
    "sinon-chai": "4.0.1"
  }
}
