@davesheffer/hunch 0.12.0 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,68 +1,68 @@
1
- {
2
- "name": "@davesheffer/hunch",
3
- "version": "0.12.0",
4
- "license": "MIT",
5
- "author": "Dave Sheffer <dave.sheffer1@gmail.com>",
6
- "description": "Hunch — an Engineering Memory OS: a persistent, git-native reasoning graph over a codebase, exposed to Claude Code via MCP.",
7
- "homepage": "https://hunch-pi.vercel.app",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/davesheffer/hunch.git"
11
- },
12
- "bugs": {
13
- "url": "https://github.com/davesheffer/hunch/issues"
14
- },
15
- "type": "module",
16
- "bin": {
17
- "hunch": "dist/cli/index.js"
18
- },
19
- "files": [
20
- "dist/**/*.js"
21
- ],
22
- "publishConfig": {
23
- "access": "public"
24
- },
25
- "keywords": [
26
- "claude-code",
27
- "mcp",
28
- "engineering-memory",
29
- "knowledge-graph",
30
- "code-intelligence",
31
- "ai",
32
- "developer-tools"
33
- ],
34
- "engines": {
35
- "node": ">=20"
36
- },
37
- "scripts": {
38
- "clean": "node --input-type=commonjs -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
39
- "build": "npm run clean && tsc -p tsconfig.json",
40
- "dev": "tsx src/cli/index.ts",
41
- "hunch": "tsx src/cli/index.ts",
42
- "test": "tsx --test test/*.test.ts",
43
- "typecheck": "tsc -p tsconfig.json --noEmit",
44
- "prepublishOnly": "npm run build"
45
- },
46
- "dependencies": {
47
- "@modelcontextprotocol/sdk": "^1.29.0",
48
- "better-sqlite3": "12.9.0",
49
- "commander": "^15.0.0",
50
- "tree-sitter": "0.21.1",
51
- "tree-sitter-typescript": "^0.23.2",
52
- "zod": "^4.4.3"
53
- },
54
- "devDependencies": {
55
- "@types/better-sqlite3": "^7.6.13",
56
- "@types/node": "^20.19.0",
57
- "tsx": "^4.22.4",
58
- "typescript": "^5.9.3"
59
- },
60
- "peerDependencies": {
61
- "@huggingface/transformers": ">=3"
62
- },
63
- "peerDependenciesMeta": {
64
- "@huggingface/transformers": {
65
- "optional": true
66
- }
67
- }
68
- }
1
+ {
2
+ "name": "@davesheffer/hunch",
3
+ "version": "0.12.2",
4
+ "license": "MIT",
5
+ "author": "Dave Sheffer <dave.sheffer1@gmail.com>",
6
+ "description": "Hunch — an Engineering Memory OS: a persistent, git-native reasoning graph over a codebase, exposed to Claude Code via MCP.",
7
+ "homepage": "https://hunch-pi.vercel.app",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/davesheffer/hunch.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/davesheffer/hunch/issues"
14
+ },
15
+ "type": "module",
16
+ "bin": {
17
+ "hunch": "dist/cli/index.js"
18
+ },
19
+ "files": [
20
+ "dist/**/*.js"
21
+ ],
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "keywords": [
26
+ "claude-code",
27
+ "mcp",
28
+ "engineering-memory",
29
+ "knowledge-graph",
30
+ "code-intelligence",
31
+ "ai",
32
+ "developer-tools"
33
+ ],
34
+ "engines": {
35
+ "node": ">=20"
36
+ },
37
+ "scripts": {
38
+ "clean": "node --input-type=commonjs -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
39
+ "build": "npm run clean && tsc -p tsconfig.json",
40
+ "dev": "tsx src/cli/index.ts",
41
+ "hunch": "tsx src/cli/index.ts",
42
+ "test": "tsx --test test/*.test.ts",
43
+ "typecheck": "tsc -p tsconfig.json --noEmit",
44
+ "prepublishOnly": "npm run build"
45
+ },
46
+ "dependencies": {
47
+ "@modelcontextprotocol/sdk": "^1.29.0",
48
+ "better-sqlite3": "12.9.0",
49
+ "commander": "^15.0.0",
50
+ "tree-sitter": "0.21.1",
51
+ "tree-sitter-typescript": "^0.23.2",
52
+ "zod": "^4.4.3"
53
+ },
54
+ "devDependencies": {
55
+ "@types/better-sqlite3": "^7.6.13",
56
+ "@types/node": "^20.19.0",
57
+ "tsx": "^4.22.4",
58
+ "typescript": "^5.9.3"
59
+ },
60
+ "peerDependencies": {
61
+ "@huggingface/transformers": ">=3"
62
+ },
63
+ "peerDependenciesMeta": {
64
+ "@huggingface/transformers": {
65
+ "optional": true
66
+ }
67
+ }
68
+ }