{
  "name": "@infrascan/aws-route53-scanner",
  "version": "0.4.2",
  "description": "Infrascan scanner definition for AWS Route53",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "codegen": "npx ts-node ./codegen.ts ; npm run lint:fix ; npm run fmt",
    "build": "rm -rf dist ; tsup --config internal/tsconfig/tsup.json",
    "prepublish": "rm -rf dist ; tsup --config internal/tsconfig/tsup.json",
    "test": "tap src/**/*.test.ts --allow-incomplete-coverage -- --typescript",
    "lint": "tsc --noEmit ; prettier src/**/*.ts -c ; eslint .",
    "lint:fix": "eslint . --fix",
    "fmt": "prettier src/**/*.ts -w",
    "clean": "rm -rf dist node_modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/infrascan/infrascan.git"
  },
  "keywords": [
    "Route53",
    "AWS",
    "Infrascan",
    "Scanner"
  ],
  "author": "Liam Farrelly <liam@l3f7.dev> (https://whoisli.am/)",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/infrascan/infrascan/issues"
  },
  "homepage": "https://github.com/infrascan/infrascan#readme",
  "devDependencies": {
    "@aws-sdk/client-cloudfront": "3.624.0",
    "@aws-sdk/client-elastic-load-balancing-v2": "3.624.0",
    "@aws-sdk/client-s3": "3.624.0",
    "@aws-sdk/client-sns": "3.624.0",
    "@aws-sdk/credential-providers": "3.624.0",
    "@infrascan/aws-codegen": "^0.1.0",
    "@infrascan/fs-connector": "^0.3.0",
    "@infrascan/shared-types": "^0.6.0",
    "@infrascan/tsconfig": "*",
    "aws-sdk-client-mock": "^3.0.0",
    "eslint-config-codegen": "^1.0.0",
    "tap": "^18.7.0",
    "@types/debug": "^4"
  },
  "dependencies": {
    "@aws-sdk/client-route-53": "3.624.0",
    "@infrascan/core": "0.5.0",
    "minimatch": "^9.0.3",
    "debug": "^4"
  }
}
