{
  "name": "@infra/api-web",
  "description": "Rest API for the web app",
  "version": "0.0.0-alpha.0",
  "license": "MIT-0",
  "author": "Amazon Web Services - ASEAN Prototying <aws-asean-sa-prototyping@amazon.com>",
  "contributors": [
    "Greg Varga <gergelyv@amazon.com>"
  ],
  "homepage": "https://github.com/aws-samples/asset-prediction-sagemaker-pipelines-example",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-samples/asset-prediction-sagemaker-pipelines-example"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "directories": {
    "lib": "dist",
    "test": "test"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsc --project tsconfig.json",
    "watch": "yarn build --watch",
    "test": "jest"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.0.0",
    "constructs": "^10.0.0",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "http-method-enum": "^1.0.0",
    "@infra/common": "^0.0.0-alpha.0"
  }
}
