forked from somersby10ml/win-claude-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 714 Bytes
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
{
"name": "win-claude-code",
"version": "1.0.8-canary.3",
"main": "runner.js",
"type": "module",
"bin": {
"win-claude-code": "./runner.js"
},
"scripts": {
"start": "node runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/somersby10ml/win-claude-code.git"
},
"bugs": {
"url": "https://github.com/somersby10ml/win-claude-code/issues"
},
"homepage": "https://github.com/somersby10ml/win-claude-code#readme",
"keywords": [
"claude",
"anthropic",
"windows",
"cli",
"ai",
"terminal",
"wrapper"
],
"author": "somersby10ml",
"description": "A utility to run claude-code in a Windows environment.",
"license": "MIT"
}