{
  "name": "cdk-jelly",
  "version": "2.0.0",
  "description": "A complete serverless web application CDK infrastructure",
  "main": "dist/jelly.js",
  "types": "dist/jelly.d.ts",
  "files": [
    "README.md",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tneely/jelly.git"
  },
  "keywords": [
    "jelly",
    "cdk",
    "serverless",
    "jamstack"
  ],
  "author": {
    "name": "Taylor Neely",
    "url": "https://www.tneely.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tneely/jelly/issues"
  },
  "homepage": "https://github.com/tneely/jelly#readme",
  "scripts": {
    "build": "heft test --clean",
    "clean": "heft clean",
    "test": "jest --coverage",
    "update-cdk": "ncu '/^@aws-cdk-lib$/' -u --packageFile package.json"
  },
  "peerDependencies": {
    "aws-cdk-lib": ">= 2.0.0",
    "constructs": ">=3.2.86"
  },
  "devDependencies": {
    "@rushstack/eslint-config": "^2.3.2",
    "@rushstack/heft": "^0.23.0",
    "@types/node": "^14.14.17",
    "@types/heft-jest": "1.0.2",
    "eslint": "^7.16.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3",
    "npm-check-updates": "10.2.5",
    "aws-cdk-lib": "2.0.0-alpha.0",
    "constructs": "3.2.86"
  }
}
