{
  "name": "@atrib/emit",
  "version": "1.2.3",
  "description": "Legacy home of atrib's emit write primitive. Superseded by @atrib/attest (the write verb); this package re-exports the same surface and forwards the atrib-emit, atrib-emit-cli, and atrib-local-substrate binaries. Signed records are byte-identical.",
  "author": "atrib <hello@atrib.dev>",
  "keywords": [
    "atrib",
    "mcp",
    "model-context-protocol",
    "attribution",
    "verifiable",
    "agent",
    "cognitive-primitive",
    "ed25519",
    "signed-records",
    "observations"
  ],
  "homepage": "https://atrib.dev",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "atrib-emit": "./dist/main.js",
    "atrib-emit-cli": "./dist/cli.js",
    "atrib-local-substrate": "./dist/local-substrate-host.js"
  },
  "dependencies": {
    "@modelcontextprotocol/server": "^2.0.0",
    "@atrib/attest": "0.4.3"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "tsx": "^4.23.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/creatornader/atrib.git",
    "directory": "services/atrib-emit"
  },
  "scripts": {
    "build": "rm -rf dist && tsc && chmod +x dist/main.js dist/cli.js dist/local-substrate-host.js",
    "start": "node dist/main.js",
    "dev": "tsx src/main.ts",
    "test": "vitest run"
  }
}