{
  "name": "@xtsoftwarelabs/neatcontext-pi",
  "version": "0.1.1",
  "type": "module",
  "description": "Save pi work as reusable, domain-aware context",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "neatcontext",
    "context",
    "knowledge-management",
    "grounding"
  ],
  "author": {
    "name": "XTSoftwareLabs",
    "url": "https://github.com/XTSoftwareLabs"
  },
  "homepage": "https://github.com/XTSoftwareLabs/neatcontext-plugins/tree/main/plugins/pi/neatcontext#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XTSoftwareLabs/neatcontext-plugins.git",
    "directory": "plugins/pi/neatcontext"
  },
  "bugs": {
    "url": "https://github.com/XTSoftwareLabs/neatcontext-plugins/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "extensions",
    "skills",
    "src",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check": "node --check extensions/neatcontext.js && node --check src/pi/runtime.mjs && node --check src/pi/session.mjs && node --check src/core/context-store.mjs && node --check src/core/extension-bindings.mjs && node --check src/core/extension-commands.mjs && node --check src/core/extension-runtime.mjs && node --check src/core/extensions.mjs && node --check src/core/import-commands.mjs && node --check src/core/mcp-stdio-client.mjs && node --check src/core/local-state.mjs && node --check src/core/conversation-evidence.mjs && node --check src/core/routing.mjs && node --check src/core/routing-search.mjs && node --check src/core/routing-candidates.mjs && node --check src/core/selection.mjs && node --check src/core/session.mjs && node --check src/core/storage-home.mjs",
    "test": "node --test"
  }
}
