-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.09 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@tigtech/simple-tig",
"version": "1.0.1",
"description": "Automatic AI context capture via post-commit hook for Cursor IDE",
"main": "index.js",
"bin": {
"tig": "./bin/tig.js"
},
"scripts": {
"setup": "node bin/setup.js",
"init": "node bin/tig.js init",
"status": "node bin/tig.js status",
"test": "node test-npm.js",
"publish-package": "chmod +x publish.sh && ./publish.sh"
},
"keywords": [
"git",
"ai",
"cursor",
"context",
"development",
"automation",
"post-commit",
"hook",
"supabase",
"chat-extraction"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/tig"
},
"engines": {
"node": ">=14.0.0",
"python": ">=3.6"
},
"files": [
"bin/",
"lib/",
"tig/",
"tig.py",
"setup.sh",
"README.md"
],
"preferGlobal": true,
"homepage": "https://github.com/yourusername/tig#readme",
"bugs": {
"url": "https://github.com/yourusername/tig/issues"
},
"dependencies": {
"prompts": "^2.4.2"
}
}