{
	"name": "reckon-graph",
	"version": "0.4.3",
	"description": "Reckon Graph — a local code-intelligence MCP server. Reckons the whole codebase (edit-ready source, risk-scored diffs, subsystem maps) instead of grepping it.",
	"author": "Docusign, Inc.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/DTS-Productivity-Engineering/reckon-graph.git"
	},
	"homepage": "https://github.com/DTS-Productivity-Engineering/reckon-graph#readme",
	"bugs": {
		"url": "https://github.com/DTS-Productivity-Engineering/reckon-graph/issues"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"type": "module",
	"bin": {
		"reckon": "./dist/bin/cli.js"
	},
	"files": [
		"dist",
		"docs/DEAD-CODE-AND-IMPACT.md",
		"docs/DOCTOR-AND-UPDATES.md",
		"docs/INDEXING-POLICY-AND-PROVENANCE.md",
		"docs/INSTALLATION.md",
		"docs/MCP.md",
		"docs/COMMAND-OUTPUT-COMPRESSION.md",
		"docs/CLI.md",
		"docs/PT-ACCESS-RECOMMENDATION.md",
		"docs/REPOSITORIES-AND-WORKTREES.md",
		"docs/RELEASE-0.3-EVIDENCE.md",
		"docs/SIGNED-UPDATES.md",
		"docs/releases/0.3.0.md",
		"docs/releases/0.4.0.md",
		"docs/releases/0.4.1.md",
		"docs/releases/0.4.2.md",
		"docs/releases/0.4.3.md",
		"docs/SYSTEMS-AND-RELATIONSHIPS.md",
		"docs/TELEMETRY.md",
		"schemas/release-attestation-v1.schema.json",
		"*.wasm"
	],
	"engines": {
		"node": ">=24.0.0"
	},
	"scripts": {
		"prepack": "npm run build",
		"hooks:install": "tsx scripts/prepare-hooks.ts",
		"dev": "tsx watch src/server.ts",
		"start": "tsx src/server.ts",
		"cli": "tsx bin/cli.ts",
		"clean": "node scripts/clean-dist.mjs",
		"build": "npm run clean && tsc -p tsconfig.build.json",
		"typecheck": "tsc --noEmit",
		"test": "tsx scripts/run-vitest-shards.ts",
		"test:handles": "vitest run --reporter=verbose --reporter=hanging-process",
		"test:watch": "vitest --watch",
		"test:coverage": "tsx scripts/run-vitest-shards.ts --coverage",
		"scan:sonar": "npm run test:coverage && sh scripts/run-sonar-scan.sh",
		"test:pack-install": "tsx scripts/pack-install-smoke.ts",
		"test:package-managers": "tsx scripts/package-manager-smoke.ts",
		"measure:schema": "tsx scripts/measure-tool-schema.ts",
		"check:dependency-deprecations": "tsx scripts/check-dependency-deprecations.ts",
		"check:hygiene": "node scripts/check-repository-hygiene.mjs",
		"bench:ann": "bun scripts/ann-bench.ts",
		"bench:perf": "tsx scripts/perf-bench.ts",
		"bench:competitive": "tsx scripts/competitive-bakeoff.ts",
		"bench:token-optimizer": "tsx benchmarks/evaluations/token-optimizer-20260730/runner.ts",
		"audit:token-optimizer": "tsx scripts/token-optimizer-source-audit.ts",
		"release:attestation": "tsx scripts/release-attestation.ts",
		"lint": "biome check .",
		"lint:fix": "biome check --write ."
	},
	"dependencies": {
		"@huggingface/transformers": "^4.2.0",
		"@modelcontextprotocol/sdk": "^1.30.0",
		"chokidar": "^5.0.0",
		"commander": "15.0.0",
		"gpt-tokenizer": "3.4.0",
		"ora": "9.4.1",
		"re2-wasm": "1.0.2",
		"tree-sitter-wasms": "^0.1.13",
		"web-tree-sitter": "0.20.8",
		"web-tree-sitter-sfapex": "2.4.1",
		"yaml": "2.9.0",
		"zod": "^4.3.6"
	},
	"overrides": {
		"@hono/node-server": "^2.0.5",
		"adm-zip": "^0.6.0",
		"fast-uri": "^4.1.1",
		"sharp": "^0.35.3"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.6",
		"@types/bun": "^1.3.14",
		"@types/node": "^24.10.0",
		"@vitest/coverage-v8": "^4.1.10",
		"ajv": "8.20.0",
		"lefthook": "^2.1.5",
		"tsx": "^4.21.0",
		"typescript": "^5.9.3",
		"vitest": "^4.1.3"
	}
}
