{
  "name": "@tarun923/his-js",
  "version": "3.0.0",
  "description": "Universal AI History & Action System - Deterministic filesystem-based AI history, task, and action logger for all LLMs",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "QUICKSTART.md",
    "SETUP.md",
    "PUBLISHING.md",
    "CONTRIBUTING.md",
    "docs",
    "example.mjs",
    "examples"
  ],
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm && npm run build:types",
    "build:cjs": "esbuild src/index.ts --bundle --platform=node --target=node16 --outfile=dist/index.js --format=cjs --minify",
    "build:esm": "esbuild src/index.ts --bundle --platform=node --target=node16 --outfile=dist/index.mjs --format=esm --minify",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --outDir dist",
    "test": "node --test test/*.test.js",
    "test:watch": "node --test --watch test/*.test.js",
    "dev": "npm run build:cjs && npm run build:esm && node --watch src/index.ts",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist",
    "lint": "echo 'No linting configured'",
    "format": "echo 'No formatting configured'"
  },
  "keywords": [
    "ai",
    "llm",
    "history",
    "logging",
    "chatgpt",
    "claude",
    "gemini",
    "openai",
    "anthropic",
    "code-editor",
    "electron",
    "versioning",
    "diff",
    "replay",
    "deterministic",
    "filesystem",
    "ai-history",
    "ai-logging",
    "ai-tracker",
    "llm-history",
    "llm-logging",
    "ai-actions",
    "ai-sessions",
    "ai-todos",
    "ai-analytics",
    "ai-debugging",
    "ai-audit",
    "ai-replay",
    "ai-collaboration",
    "ai-performance",
    "ai-metrics",
    "ai-monitoring",
    "ai-workflow",
    "ai-development",
    "ai-tools",
    "ai-assistant",
    "ai-integration",
    "multi-model",
    "model-comparison",
    "ai-orchestration",
    "provider-agnostic",
    "local-ai",
    "offline-ai",
    "gguf",
    "huggingface",
    "ollama",
    "typescript",
    "javascript",
    "nodejs",
    "npm",
    "package",
    "developer-tools",
    "productivity",
    "automation",
    "debugging",
    "analytics",
    "insights",
    "dashboard",
    "monitoring",
    "performance",
    "optimization",
    "cost-tracking",
    "token-usage",
    "api-integration",
    "rest-api",
    "webhook",
    "real-time",
    "collaboration",
    "multi-agent",
    "workflow",
    "traceability",
    "audit",
    "compliance",
    "security",
    "privacy",
    "data-science",
    "machine-learning",
    "mlops",
    "devops",
    "cicd",
    "enterprise",
    "scalable",
    "extensible",
    "plugin",
    "modular",
    "typescript-first",
    "esm",
    "commonjs",
    "bundler",
    "productivity-app",
    "code-quality",
    "testing",
    "documentation",
    "examples",
    "tutorials",
    "getting-started",
    "quickstart",
    "developer-experience",
    "dx",
    "next-gen",
    "future-proof",
    "cutting-edge",
    "innovative",
    "game-changer",
    "must-have",
    "essential",
    "professional",
    "enterprise-grade",
    "production-ready",
    "battle-tested",
    "industry-standard",
    "best-practices",
    "state-of-the-art",
    "revolutionary",
    "breakthrough",
    "paradigm-shift",
    "disruptive",
    "transformative"
  ],
  "author": "Tarun Kumar <physicstaku@gmail.com>",
  "maintainers": [
    "Tarun Kumar <physicstaku@gmail.com>"
  ],
  "contributors": [
    "Tarun Kumar <physicstaku@gmail.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tarun922/his-js.git",
    "directory": "",
    "homepage": "https://github.com/tarun922/his-js",
    "bugs": {
      "url": "https://github.com/tarun922/his-js/issues",
      "email": "physicstaku@gmail.com"
    },
    "docs": "https://github.com/tarun922/his-js#readme"
  },
  "bugs": {
    "url": "https://github.com/tarun922/his-js/issues",
    "email": "physicstaku@gmail.com"
  },
  "homepage": "https://github.com/tarun922/his-js#readme",
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/tarun922"
  },
  "sponsor": {
    "type": "github",
    "url": "https://github.com/sponsors/tarun922"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "esbuild": "^0.19.0",
    "typescript": "^5.3.0"
  },
  "peerDependencies": {
    "node": ">=16.0.0"
  },
  "peerDependenciesMeta": {
    "node": {
      "optional": false
    }
  },
  "dependencies": {
    "uuid": "^9.0.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "sideEffects": false,
  "taplo": {
    "include": ["*.toml"]
  }
}
