{
  "name": "@felipevelascohz/endpoints",
  "version": "1.0.3",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "rm -rf endpoints.* index.* && tsc",
    "test": "jest",
    "publish-package": "npm run build && npm publish && rm -rf endpoints.* index.*"
  },
  "files": [
    "endpoints.*",
    "index.*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/felipevelascohz/endpoints.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "AWS",
    "CDK",
    "Endpoints"
  ],
  "author": "Felipe Velasco",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "jest": "^29.6.1",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.86.0",
    "constructs": "^10.0.0"
  }
}
