{
  "name": "@reventlessdev/reventless-infra",
  "version": "3.0.0-alpha.170",
  "description": "Infrastructure types for Reventless framework",
  "license": "Apache-2.0",
  "jest": {
    "testMatch": [
      "<rootDir>/tests/**/*Test.res.mjs"
    ],
    "moduleFileExtensions": [
      "js",
      "mjs"
    ]
  },
  "dependencies": {
    "sury": "11.0.0",
    "sury-ppx": "11.0.0",
    "uuid": "^13.0.0",
    "@reventlessdev/rescript-effect": "0.1.0-alpha.34",
    "@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.22",
    "@reventlessdev/reventless-spec": "3.0.0-alpha.142",
    "@reventlessdev/rescript-uuid": "2.0.0-alpha.1"
  },
  "devDependencies": {
    "rescript": "12.3.1",
    "@reventlessdev/rescript-jest": "1.0.0-alpha.11"
  },
  "peerDependencies": {
    "rescript": "^12.3.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReventlessDev/reventless-core.git",
    "directory": "reventless/infra"
  },
  "scripts": {
    "build": "rescript build",
    "start": "rescript watch",
    "clean": "rescript clean",
    "rebuild": "pnpm run clean && pnpm run build",
    "test": "NODE_OPTIONS='--experimental-vm-modules' jest"
  }
}