| { |
| "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", |
| "./artifact-stores": "./dist/artifact-stores.js", |
| "./execution-stores": "./dist/execution-stores.js", |
| "./agent-graph-control-store": "./dist/agent-graph-control-store.js", |
| "./interaction-store": "./dist/interaction-store.js", |
| "./root-authority": "./dist/root-authority.js", |
| "./runtime-policy-stores": "./dist/runtime-policy-stores.js", |
| "./task-ledger-authority": "./dist/task-ledger-authority.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" |
| } |
| } |