-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.42 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
58
59
60
61
{
"name": "chutes-build",
"version": "1.2.4",
"description": "Privacy-first, open-source coding agent for the Chutes ecosystem",
"license": "Apache-2.0",
"author": "Michael Gasperini (Mikesoft)",
"homepage": "https://github.com/TheStreamCode/chutes-build#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/TheStreamCode/chutes-build.git"
},
"bugs": {
"url": "https://github.com/TheStreamCode/chutes-build/issues"
},
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"bin": {
"chutes-build": "npm/bin/chutes-build.js"
},
"files": [
"npm/bin",
"README.md",
"LICENSE",
"NOTICE",
"PRIVACY.md",
"SECURITY.md",
"CHANGELOG.md"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test npm/tests/*.test.cjs",
"verify:release": "node npm/scripts/verify-release.mjs",
"check": "npm test && npm run verify:release && npm pack --dry-run"
},
"optionalDependencies": {
"chutes-build-darwin-arm64": "1.2.4",
"chutes-build-darwin-x64": "1.2.4",
"chutes-build-linux-arm64-gnu": "1.2.4",
"chutes-build-linux-x64-gnu": "1.2.4",
"chutes-build-win32-arm64": "1.2.4",
"chutes-build-win32-x64": "1.2.4"
},
"keywords": [
"ai",
"ai-agents",
"chutes",
"cli",
"coding-agent",
"developer-tools",
"mcp",
"multimodal",
"privacy",
"rust",
"terminal",
"tui"
]
}