{
  "name": "serverless-domain-manager",
  "version": "10.1.0",
  "engines": {
    "node": ">=20"
  },
  "description": "Serverless plugin for managing custom domains with API Gateways.",
  "author": "Amplify Education Inc",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/amplify-education/serverless-domain-manager"
  },
  "keywords": [
    "serverless plugin custom domain",
    "custom domain",
    "serverless plugins",
    "api gateway",
    "lambda",
    "aws",
    "aws lambda",
    "amazon",
    "amazon web services",
    "serverless.com",
    "domain manager"
  ],
  "main": "dist/src/index.js",
  "bin": {},
  "scripts": {
    "integration-basic": "mocha -r ts-node/register --project tsconfig.json test/integration-tests/basic/basic.test.ts",
    "integration-deploy": "mocha -r ts-node/register --project tsconfig.json test/integration-tests/deploy/deploy.test.ts",
    "test": "c8 mocha -r ts-node/register --project tsconfig.json --timeout 5000 'test/unit-tests/**/*.test.ts'",
    "test:debug": "NODE_OPTIONS='--inspect-brk' mocha -j 1 -r ts-node/register --project tsconfig.json test/unit-tests/index.test.ts",
    "integration-test": "npm run integration-basic && npm run integration-deploy",
    "lint": "eslint src",
    "lint:fix": "npm run lint -- --fix",
    "build": "tsc --project .",
    "prepare": "npm run build"
  },
  "files": [
    "*.js",
    "*.ts",
    "*.json",
    "dist/**/*.js"
  ],
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/chai": "^4.3.20",
    "@types/chai-spies": "^1.0.6",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.19.15",
    "@types/randomstring": "^1.3.0",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "aws-sdk-client-mock": "^4.1.0",
    "c8": "^11.0.0",
    "chai": "^4.5.0",
    "chai-spies": "^1.1.0",
    "eslint": "^9.17.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^17.24.0",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^17.4.0",
    "mocha": "^11.7.5",
    "mocha-param": "^2.0.1",
    "randomstring": "^1.3.0",
    "serverless": "4.33.0",
    "serverless-plugin-split-stacks": "^1.14.0",
    "serverless-vpc-discovery": "^8.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@aws-sdk/client-acm": "^3.1016.0",
    "@aws-sdk/client-api-gateway": "^3.1016.0",
    "@aws-sdk/client-apigatewayv2": "^3.1016.0",
    "@aws-sdk/client-cloudformation": "^3.1016.0",
    "@aws-sdk/client-route-53": "^3.1016.0",
    "@aws-sdk/client-s3": "^3.1016.0",
    "@aws-sdk/credential-providers": "^3.1016.0",
    "@smithy/config-resolver": "^4.4.13",
    "@smithy/node-config-provider": "^4.3.12",
    "@smithy/node-http-handler": "^4.5.0",
    "@smithy/smithy-client": "^4.12.7",
    "@smithy/types": "^4.13.1",
    "@smithy/util-retry": "^4.2.12",
    "proxy-agent": "^6.5.0"
  },
  "overrides": {
    "fast-xml-parser": "5.5.9",
    "diff": "8.0.3"
  },
  "peerDependencies": {
    "serverless": ">=3"
  }
}
