{
  "name": "predicate-skill",
  "version": "3.0.0",
  "description": "Local reasoning knowledge graph (RDF/OWL) for AI agents — Claude Code plugin + MCP server + predicate CLI.",
  "author": {
    "name": "Nordic Agents Research",
    "email": "midhunxavier@outlook.com"
  },
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/NordicAgents/predicate#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/NordicAgents/predicate.git",
    "directory": "packages/predicate-skill"
  },
  "bugs": "https://github.com/NordicAgents/predicate/issues",
  "keywords": [
    "mcp",
    "claude-code",
    "knowledge-graph",
    "rdf",
    "owl",
    "sparql",
    "reasoning",
    "fuseki",
    "agent"
  ],
  "type": "module",
  "bin": {
    "predicate": "./cli.bundle.mjs"
  },
  "files": [
    "server.bundle.mjs",
    "cli.bundle.mjs",
    "vendor",
    ".claude-plugin",
    ".codex-plugin",
    ".mcp.json",
    "AGENTS.md",
    "skills",
    "commands",
    "hooks",
    "compose",
    "catalog",
    "meta",
    "dashboard",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "bundle": "node scripts/bundle.mjs",
    "prepublishOnly": "node scripts/bundle.mjs && node -e \"const fs=require('fs');for(const f of ['server.bundle.mjs','cli.bundle.mjs','catalog/catalog.json','meta/predicate-meta.ttl','vendor/oxigraph/node.js','vendor/oxigraph/node_bg.wasm']){if(!fs.existsSync(f)){console.error('missing '+f);process.exit(1)}}\"",
    "test": "vitest run"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "private": false,
  "devDependencies": {
    "vitest": "^2.0.0"
  }
}
