{
  "private": true,
  "dependencies": {
    "eslint": "9.17.0",
    "ava": "6.2.0",
    "@cfn-modules/test": "0.9.1",
    "@cfn-modules/route53-hosted-zone-wrapper": "file:../",
    "@cfn-modules/route53-hosted-zone-public": "1.0.0"
  },
  "scripts": {
    "test": "eslint . && ava -c 4 *.js"
  },
  "ava": {
    "files": [
      "*.js"
    ],
    "concurrency": 4,
    "timeout": "2h"
  }
}
