{
  "name": "@opengoat/core",
  "version": "2026.2.23",
  "description": "OpenGoat core organization runtime and OpenClaw adapters",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marian2js/opengoat.git",
    "directory": "packages/core"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.11.0"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.14.1",
    "sql.js": "^1.13.0",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@types/node": "^22.13.4",
    "@types/sql.js": "^1.4.9",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json && mkdir -p dist/core/templates/assets && cp -R src/core/templates/assets/. dist/core/templates/assets/",
    "clean": "rm -rf dist",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit"
  }
}