{
  "name": "@reventlessdev/reventless-aws",
  "version": "3.0.0-alpha.327",
  "description": "AWS adapters for Reventless",
  "license": "Apache-2.0",
  "bin": {
    "provision-identity": "./run-provision-identity.mjs"
  },
  "dependencies": {
    "@aws-sdk/client-appsync": "3.970.0",
    "@aws-sdk/client-cloudfront": "3.970.0",
    "@aws-sdk/client-cloudwatch-logs": "3.970.0",
    "@aws-sdk/client-location": "3.970.0",
    "@aws-sdk/client-s3": "3.970.0",
    "@aws-sdk/s3-request-presigner": "3.970.0",
    "sury": "11.0.0-rc.2",
    "uuid": "^13.0.0",
    "@reventlessdev/rescript-aws-sdk": "3.0.0-alpha.13",
    "@reventlessdev/rescript-jest": "1.0.0-alpha.10",
    "@reventlessdev/rescript-node": "2.0.0-alpha.8",
    "@reventlessdev/rescript-pulumi-aws": "3.0.0-alpha.6",
    "@reventlessdev/rescript-effect": "0.1.0-alpha.32",
    "@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.19",
    "@reventlessdev/rescript-uuid": "2.0.0-alpha.0",
    "@reventlessdev/reventless-infra": "3.0.0-alpha.151",
    "@reventlessdev/reventless-core": "3.0.0-alpha.250",
    "@reventlessdev/reventless-postgres": "3.0.0-alpha.114",
    "@reventlessdev/reventless-spec": "3.0.0-alpha.123",
    "@reventlessdev/reventless-interop": "3.0.0-alpha.33"
  },
  "devDependencies": {
    "rescript": "12.3.0",
    "sury-ppx": "11.0.0-rc.2"
  },
  "peerDependencies": {
    "rescript": "12.3.0"
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/jest.setup.cjs"
    ],
    "testMatch": [
      "<rootDir>/tests/**/*Test.res.mjs"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/tests/integration/",
      "Pg.*IntegrationTest\\.res\\.mjs$"
    ],
    "moduleFileExtensions": [
      "js",
      "mjs"
    ],
    "moduleNameMapper": {
      "^@npmcli/arborist$": "<rootDir>/__mocks__/emptyModule.js",
      "^spdx-license-ids$": "<rootDir>/../../node_modules/spdx-license-ids/index.json",
      "^spdx-license-ids/deprecated$": "<rootDir>/../../node_modules/spdx-license-ids/deprecated.json",
      "^spdx-exceptions$": "<rootDir>/../../node_modules/spdx-exceptions/index.json"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReventlessDev/reventless-core.git",
    "directory": "reventless/aws"
  },
  "scripts": {
    "build": "rescript build",
    "start": "rescript watch",
    "clean": "rescript clean",
    "rebuild": "pnpm run clean && pnpm run build",
    "deploy": "./scripts/deploy.sh",
    "provision:identity": "node ./run-provision-identity.mjs",
    "test": "NODE_OPTIONS='--experimental-vm-modules' npx jest",
    "coverage": "nyc report --temp-directory=coverage --reporter=text-lcov | coveralls",
    "dev": "jest --watchAll",
    "watch:bsb": "bsb -make-world -w",
    "watch:jest": "jest --coverage --watchAll",
    "watch:screen": "screen -c .screenrc",
    "cloc": "cloc . --exclude-dir=node_modules,lib,milk,tmp-bs-platform --not-match-f=package.*\\.json"
  }
}