{
  "name": "convertiv-cdk",
  "version": "0.2.16",
  "description": "This library provides the Convertiv infrastructure as code packages",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "jest",
    "cdk": "cdk"
  },
  "devDependencies": {
    "@types/jest": "^26.0.10",
    "@types/node": "10.17.27",
    "jest": "^26.4.2",
    "ts-jest": "^26.2.0",
    "aws-cdk": "2.144.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.2",
    "@types/express": "^4.17.3",
    "@types/morgan": "^1.9.0"
  },
  "dependencies": {
    "aws-cdk-lib": "2.144.0",
    "constructs": "^10.0.63",
    "express": "^4.17.1",
    "morgan": "^1.10.0",
    "source-map-support": "^0.5.16"
  }
}
