{
  "name": "@automagik/rlmx",
  "version": "0.260725.1",
  "description": "RLM algorithm SDK for coding agents — prompt externalization, Python REPL with symbolic recursion, code-driven navigation",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist/src",
    "src/templates",
    "python/*.py",
    "examples"
  ],
  "scripts": {
    "build": "tsc && cp src/benchmark-data.json dist/src/ && rm -rf dist/src/templates && cp -r src/templates dist/src/templates",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "test": "node --test dist/tests/*.test.js",
    "prepare": "node scripts/prepare.mjs",
    "bump-version": "node scripts/version.mjs",
    "check": "tsc --noEmit",
    "install:local": "bash scripts/install.sh"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.26.0",
    "@earendil-works/pi-ai": "0.80.10",
    "js-yaml": "^4.1.1",
    "pg": "^8.20.0",
    "pgserve": "^1.1.10"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.0.0",
    "@commitlint/config-conventional": "^19.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.0.0",
    "@types/pg": "^8.11.0",
    "husky": "^9.0.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "rlm",
    "llm",
    "repl",
    "research",
    "agent"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/automagik-dev/rlmx.git"
  }
}
