{
  "name": "@danypops/papyrus",
  "version": "0.60.10",
  "description": "Daemon-backed graph artifacts, evidence-bearing tasks, rules, skills, and native TUI workflows for Pi",
  "license": "MIT",
  "keywords": ["task-management", "knowledge-graph", "daemon", "cli"],
  "type": "module",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./artifact": "./src/artifact/index.ts",
    "./binder": "./src/binder/index.ts",
    "./client": "./src/client.ts",
    "./discussion": "./src/discussion/index.ts",
    "./domain": "./src/domain/index.ts",
    "./note": "./src/note/index.ts",
    "./playbook": "./src/playbook/index.ts",
    "./stores": "./src/stores/index.ts",
    "./task": "./src/task/index.ts",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "bin": {
    "papyrus": "src/cli.ts"
  },
  "scripts": {
    "test": "bun test",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "cli": "bun src/cli.ts",
    "serve": "bun src/cli.ts serve",
    "service:install": "bun src/cli.ts service install"
  },
  "zodiac": {
    "integrations": [
      { "kind": "vehicle-surface", "vehicleName": "papyrus", "title": "Papyrus", "invalidationTopics": ["tasks"] }
    ]
  },
  "packed": {
    "daemonService": {
      "name": "papyrus",
      "displayName": "Papyrus graph artifact service",
      "binPath": "src/cli.ts",
      "runtime": "bun",
      "args": ["serve"],
      "handleFilename": "vehicle-handle.json",
      "restartOnFailure": true,
      "restartSec": 2
    }
  },
  "devDependencies": {
    "bun-types": "latest",
    "typescript": "^5.7.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanyPops/papyrus.git",
    "directory": "packages/papyrus"
  },
  "homepage": "https://github.com/DanyPops/papyrus#readme",
  "bugs": {
    "url": "https://github.com/DanyPops/papyrus/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": ["src", "README.md"],
  "dependencies": {
    "@danypops/vehicle-client": "^0.10.3",
    "@danypops/vehicle-core": "^0.18.5",
    "@danypops/vehicle-server": "^0.25.2",
    "@stricli/core": "^1.3.0"
  }
}
