{
  "name": "serverless-offline-dnsresolver",
  "version": "0.1.2",
  "description": "Serverless dns proxy plugin to be used together with serverless offline in order to return mock dns responses.",
  "keywords": [],
  "author": "awol55 <45808291+awol55@users.noreply.github.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/brightnet-io/servereless-offline-dnsresolver"
  },
  "scripts": {
    "build": "tsc ",
    "watch": "tsc -w",
    "test": "jest --detectOpenHandles --passWithNoTests",
    "tslint": "tslint -c tslint.json './__tests__/**/*.ts' 'src/**/*.ts' ",
    "tslint:fix": "tslint -c tslint.json './__tests__/**/*.ts' 'src/**/*.ts' --fix",
    "prepare": "npm run tslint && npm run test && npm run build",
    "prepublish": "npm run prepare"
  },
  "dependencies": {
    "aws-sdk": "^2.497.0",
    "lodash": "^4.17.15",
    "native-dns": "^0.7.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/lodash": "^4.14.137",
    "@types/node": "^12.6.8",
    "jest": "^24.8.0",
    "ts-loader": "^6.0.4",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.5.3"
  }
}
