{
  "name": "@rediagram/aws",
  "version": "0.4.3",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "description": "Components for drawing AWS diagrams.",
  "author": "kamiazya <yuki@kamiazya.tech>",
  "homepage": "https://github.com/kamiazya/rediagram",
  "repository": {
    "type": "git",
    "url": "https://github.com/kamiazya/rediagram.git",
    "directory": "packages/aws"
  },
  "bugs": {
    "url": "https://github.com/kamiazya/rediagram/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/kamiazya"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf lib",
    "build": "rollup -c && prettier --write './lib/*'",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@rediagram/cdk": "^0.3.1"
  },
  "peerDependencies": {
    "@ts-graphviz/react": "^0.7.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rediagram": "*",
    "ts-graphviz": "^0.13.1"
  },
  "devDependencies": {
    "@types/node": "^16.4.5",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "rediagram": "^0.2.6",
    "rollup": "^2.55.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dts": "^3.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "typescript": "^4.0.2"
  },
  "gitHead": "e4374fa6542fc7c3df71e4e088464283198f4378"
}
