{
  "name": "neat.is",
  "version": "0.9.19",
  "description": "NEAT — live semantic graph of a software system, queryable from AI agents over MCP. Install once, get the neat / neatd / neat-mcp CLIs.",
  "license": "BUSL-1.1",
  "homepage": "https://neat.is",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NEAT-Technologies/Neat.git",
    "directory": "packages/neat.is"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "neat": "./bin/neat",
    "neat.is": "./bin/neat",
    "neatd": "./bin/neatd",
    "neat-mcp": "./bin/neat-mcp"
  },
  "files": [
    "bin",
    "README.md"
  ],
  "dependencies": {
    "@neat.is/core": "^0.9.19",
    "@neat.is/mcp": "^0.9.19",
    "@neat.is/claude-skill": "^0.9.19",
    "@neat.is/web": "^0.9.19"
  }
}
