{ "name": "infernoflow", "version": "0.44.2", "description": "Persistent memory for AI coding sessions — captures what agents can't infer from code alone. Works with Copilot, Cursor, Claude, and Windsurf.", "type": "module", "bin": { "infernoflow": "dist/bin/infernoflow.mjs" }, "engines": { "node": ">=18" }, "files": [ "dist/bin", "dist/lib", "dist/templates", "README.md" ], "scripts": { "test": "tsc --noEmit && vitest run", "test:watch": "vitest", "test:vitest": "vitest run", "test:smoke": "node scripts/smoke.mjs && node scripts/json-smoke.mjs && node scripts/json-negative-smoke.mjs", "test:install": "cross-env RUN_INSTALL_TESTS=1 vitest run tests/tarball-install.test.mjs", "test:help": "node bin/infernoflow.mjs --help", "typecheck": "tsc --noEmit", "build": "node build.mjs", "prepublishOnly": "echo skipping build", "inferno:promote-draft": "node scripts/inferno-promote-draft.mjs" }, "keywords": [ "ai", "ai-memory", "ai-context", "ai-coding", "session-memory", "persistent-memory", "agent-memory", "agent-handoff", "copilot", "cursor", "claude", "windsurf", "mcp", "mcp-server", "context-switching", "developer-tools", "cli", "infernoflow", "gotchas", "coding-assistant" ], "author": "infernoflow", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ronmiz/infernoflow.git" }, "homepage": "https://infernoflow.dev", "bugs": { "url": "https://github.com/ronmiz/infernoflow/issues" }, "devDependencies": { "@types/node": "^25.9.0", "cross-env": "^10.1.0", "esbuild": "^0.28.0", "typescript": "^6.0.3", "vitest": "^4.1.6" } }