{ "name": "@nodemint/projectmind", "version": "0.6.0", "mcpName": "io.github.Nodemint-dev/projectmind", "publishConfig": { "access": "public" }, "description": "Persistent, compact project memory for AI coding agents — an npm library, CLI, and MCP server that stores a small structured map of your repo so agents stop re-reading the codebase every session.", "type": "module", "license": "MIT", "author": "Nodemint (https://github.com/Nodemint-dev)", "repository": { "type": "git", "url": "git+https://github.com/Nodemint-dev/projectmind.git" }, "bugs": { "url": "https://github.com/Nodemint-dev/projectmind/issues" }, "homepage": "https://github.com/Nodemint-dev/projectmind#readme", "keywords": [ "ai", "agent", "mcp", "claude", "cursor", "context", "project-map", "tokens", "memory" ], "engines": { "node": ">=18" }, "exports": { ".": "./src/core/index.js" }, "bin": { "projectmind": "src/cli/index.js", "projectmind-mcp": "src/mcp/server.js" }, "files": [ "src", "README.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "test": "node test/run.js", "benchmark": "node test/benchmark.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "picomatch": "^4.0.2" } }