| { |
| "name": "@maka/storage", |
| "version": "0.1.0", |
| "license": "Apache-2.0", |
| "private": true, |
| "type": "module", |
| "main": "./dist/index.js", |
| "types": "./dist/index.d.ts", |
| "exports": { |
| ".": "./dist/index.js", |
| "./connection-store": "./dist/connection-store.js", |
| "./credential-store": "./dist/credential-store.js", |
| "./artifact-stores": "./dist/artifact-stores.js", |
| "./automation-authority": "./dist/automation-authority.js", |
| "./daily-review-authority": "./dist/daily-review-authority.js", |
| "./deep-research-authority": "./dist/deep-research-authority.js", |
| "./plan-authority": "./dist/plan-authority.js", |
| "./execution-stores": "./dist/execution-stores.js", |
| "./external-sessions": "./dist/external-sessions.js", |
| "./agent-graph-control-store": "./dist/agent-graph-control-store.js", |
| "./interaction-store": "./dist/interaction-store-public.js", |
| "./git-worktree-child-executor": "./dist/git-worktree-child-executor.js", |
| "./memory-bundle-store": "./dist/memory-bundle-store.js", |
| "./managed-workspace-owner": "./dist/managed-workspace-owner.js", |
| "./long-term-memory-store": "./dist/long-term-memory-store.js", |
| "./pet-pack-store": "./dist/pet-pack-store.js", |
| "./root-authority": "./dist/root-authority.js", |
| "./runtime-policy-stores": "./dist/runtime-policy-stores.js", |
| "./settings-store": "./dist/settings-store.js", |
| "./shell-run-authority": "./dist/shell-run-authority.js", |
| "./task-ledger-authority": "./dist/task-ledger-authority.js", |
| "./model-call-ledger": "./dist/model-call-ledger.js", |
| "./usage-stores": "./dist/usage-stores.js", |
| "./workspace-identity": "./dist/workspace-identity.js", |
| "./write-queue": "./dist/write-queue.js" |
| }, |
| "scripts": { |
| "clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo", |
| "build": "tsc -p tsconfig.json", |
| "typecheck": "tsc -p tsconfig.json --noEmit", |
| "test": "npm run clean && npm run build && npm run test:dist", |
| "test:dist": "node --test \"dist/**/*.test.js\"" |
| }, |
| "dependencies": { |
| "@maka/core": "0.1.0", |
| "fs-native-extensions": "^1.5.0" |
| } |
| } |