{
  "name": "@reventlessdev/reventless-local",
  "version": "3.0.0-alpha.255",
  "description": "Local platform for Reventless (in-memory or SQLite backend, for development and testing without AWS)",
  "license": "Apache-2.0",
  "bin": {
    "emit-capabilities": "./emit-capabilities.mjs"
  },
  "jest": {
    "testMatch": [
      "<rootDir>/tests/**/*Test.res.mjs",
      "<rootDir>/tests/**/*_GWT.res.mjs"
    ],
    "moduleFileExtensions": [
      "js",
      "mjs",
      "cjs"
    ],
    "setupFiles": [
      "<rootDir>/tests/setup/sqliteGlobal.cjs"
    ],
    "moduleNameMapper": {
      "^node:sqlite$": "<rootDir>/__mocks__/nodeSqlite.mjs",
      "^@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",
      "^@modelcontextprotocol/sdk/(.*)$": "<rootDir>/../../node_modules/@modelcontextprotocol/sdk/dist/esm/$1"
    }
  },
  "dependencies": {
    "graphql": "^16.13.2",
    "graphql-ws": "^5.16.0",
    "graphql-yoga": "^5.21.0",
    "sury": "11.0.0-rc.2",
    "ws": "^8.18.0",
    "@reventlessdev/rescript-graphql-yoga": "1.0.0-alpha.28",
    "@reventlessdev/rescript-effect": "0.1.0-alpha.33",
    "@reventlessdev/rescript-jest": "1.0.0-alpha.10",
    "@reventlessdev/rescript-mcp-sdk": "1.0.0-alpha.22",
    "@reventlessdev/rescript-node": "2.0.0-alpha.12",
    "@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.21",
    "@reventlessdev/reventless-core": "3.0.0-alpha.265",
    "@reventlessdev/reventless-graphql-server": "1.0.0-alpha.113",
    "@reventlessdev/reventless-gwt": "1.0.0-alpha.212",
    "@reventlessdev/reventless-postgres": "3.0.0-alpha.129",
    "@reventlessdev/reventless-infra": "3.0.0-alpha.166",
    "@reventlessdev/reventless-seed": "1.0.0-alpha.23",
    "@reventlessdev/reventless-spec": "3.0.0-alpha.138"
  },
  "devDependencies": {
    "rescript": "12.3.0",
    "sury-ppx": "11.0.0-rc.2",
    "@reventlessdev/reventless-ppx": "1.0.0-alpha.80"
  },
  "peerDependencies": {
    "rescript": "12.3.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReventlessDev/reventless-core.git",
    "directory": "reventless/local"
  },
  "scripts": {
    "build": "rescript build",
    "start": "rescript watch",
    "clean": "rescript clean",
    "rebuild": "pnpm run clean && pnpm run build",
    "test": "LOG_LEVEL=${LOG_LEVEL:-silent} NODE_OPTIONS='--experimental-vm-modules' npx jest"
  }
}