{
  "name": "drejx",
  "version": "0.7.1",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DrejT/drej.git",
    "directory": "packages/cli"
  },
  "bin": {
    "drejx": "./dist/index.mjs"
  },
  "files": [
    "dist",
    "pi-extension"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "test": "bun test"
  },
  "dependencies": {
    "@drej/agent": "0.6.1",
    "@drej/opensandbox": "0.3.0",
    "@drej/sqlite": "0.3.7",
    "@opentui/core": "^0.4.3",
    "drej": "0.10.3"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "bun-types": "1.3.14",
    "tsdown": "0.22.3",
    "typebox": "^1.3.5",
    "typescript": "6.0.3"
  },
  "pi": {
    "extensions": [
      "./pi-extension/drejx.ts"
    ]
  }
}
