-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.08 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.08 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
55
56
57
{
"name": "@grik-ai/ricochet",
"version": "0.1.0",
"description": "Enterprise AI Workflow Orchestrator - TaskMaster for teams",
"main": "dist/index.js",
"bin": {
"ricochet": "./bin/ricochet"
},
"scripts": {
"install": "node scripts/install-binary.js",
"postinstall": "echo '\n🎉 Ricochet-Task installed! Run: ricochet init'"
},
"keywords": [
"ai",
"task-management",
"workflow",
"orchestration",
"enterprise",
"teamwork",
"claude",
"openai",
"anthropic",
"taskmaster",
"mcp",
"cursor",
"vscode"
],
"author": "GRIK AI <contact@grik.ai>",
"license": "MIT",
"homepage": "https://grik.ai/ricochet",
"repository": {
"type": "git",
"url": "git+https://github.com/grik-ai/ricochet-task.git"
},
"bugs": {
"url": "https://github.com/grik-ai/ricochet-task/issues"
},
"engines": {
"node": ">=16.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"scripts/",
"README.md",
"LICENSE"
],
"preferGlobal": true
}