{
  "name": "hov-ec2",
  "description": "Higher level constructs for AWS CDK",
  "version": "0.1.1",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "jsii",
    "watch": "jsii -w",
    "test": "jest",
    "lint": "tslint 'lib/**/*.ts{,x}'",
    "package": "jsii-pacmak",
    "deploy": "npm publish dist/js/*"
  },
  "jsii": {
    "outdir": "dist",
    "targets": {
      "python": {
        "distName": "shreyasmm.hov-ec2",
        "module": "shreyasmm.hov-ec2"
      }
    }
  },
  "keywords": [
    "Cloudformation",
    "CDK"
  ],
  "author": {
    "name": "Shreyas MM",
    "email": "mm.shreyas@gmail.com",
    "url": "https://www.shreyasmm.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shreyasmm/hov-ec2.git"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@aws-cdk/assert": "^1.56.0",
    "@types/jest": "^25.2.3",
    "@types/node": "10.17.5",
    "jest": "^25.5.4",
    "jsii": "^1.9.0",
    "jsii-pacmak": "^1.9.0",
    "ts-jest": "^25.5.1",
    "tslint": "^6.1.3",
    "typescript": "^3.7.5"
  },
  "peerDependencies": {
    "@aws-cdk/core": "1.56.0",
    "@aws-cdk/aws-ec2": "^1.56.0",
    "constructs": "^3.0.2"
  },
  "dependencies": {
    "@aws-cdk/aws-ec2": "^1.56.0",
    "@aws-cdk/core": "1.56.0"
  }
}
