{
  "name": "@actalk/inkos-core",
  "version": "1.8.0",
  "description": "InkOS pi-agent production harness for story creation, governed context, retrieval, review, and interactive worlds",
  "keywords": [
    "story-creation-ai-agent",
    "story-agent",
    "ai-novel-writing",
    "ai-writing-agent",
    "novel-generator",
    "interactive-fiction",
    "ip-content",
    "continuity-audit",
    "style-cloning",
    "ai-fiction",
    "creative-writing-ai",
    "llm-agent",
    "zod-validation"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./interactive-film/evaluator": {
      "types": "./dist/interactive-film/evaluator.d.ts",
      "import": "./dist/interactive-film/evaluator.js"
    },
    "./interactive-film/graph-schema": {
      "types": "./dist/interactive-film/graph-schema.d.ts",
      "import": "./dist/interactive-film/graph-schema.js"
    },
    "./forecast/schema": {
      "types": "./dist/forecast/schema.d.ts",
      "import": "./dist/forecast/schema.js"
    }
  },
  "files": [
    "dist",
    "!dist/__tests__",
    "genres",
    "skills"
  ],
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "https://github.com/Narcooo/inkos.git",
    "directory": "packages/core"
  },
  "dependencies": {
    "@mariozechner/pi-agent-core": "0.67.1",
    "@mariozechner/pi-ai": "0.67.1",
    "@sinclair/typebox": "^0.34.49",
    "dotenv": "^16.4.0",
    "epub-gen-memory": "^1.0.10",
    "jszip": "3.10.1",
    "js-yaml": "^4.1.1",
    "undici": "6.21.3",
    "unpdf": "^1.6.2",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "typescript": "^5.8.0",
    "vitest": "^3.0.0"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}