@zyzheal/ola-cc 0.1.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/LICENSE.md +1 -0
- package/README.md +189 -0
- package/cli.js +8703 -0
- package/package.json +31 -0
- package/sdk-tools.d.ts +1 -0
- package/vendor/audio-capture.node +0 -0
- package/vendor/conpty.node +0 -0
- package/vendor/conpty_console_list.node +0 -0
- package/vendor/pty.node +0 -0
- package/vendor/ripgrep/aarch64-unknown-linux-gnu/rg +0 -0
- package/vendor/ripgrep/arm64-darwin/rg +0 -0
- package/vendor/ripgrep/x64-darwin/rg +0 -0
- package/vendor/ripgrep/x64-win32/rg.exe +0 -0
- package/vendor/ripgrep/x86_64-unknown-linux-musl/rg +0 -0
- package/vendor/seccomp/arm64/apply-seccomp +0 -0
- package/vendor/seccomp/arm64/unix-block.bpf +0 -0
- package/vendor/seccomp/x64/apply-seccomp +0 -0
- package/vendor/seccomp/x64/unix-block.bpf +0 -0
- package/vendor/sharp-darwin-arm64.node +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@zyzheal/ola-cc",
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Claude Code - AI coding assistant in your terminal",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"bin": {
|
|
8
|
+
"ola-cc": "./cli.js"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/anthropics/claude-code.git"
|
|
13
|
+
},
|
|
14
|
+
"engines": {
|
|
15
|
+
"bun": ">=1.3.5",
|
|
16
|
+
"node": ">=18.0.0"
|
|
17
|
+
},
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"ws": "^8.18.0"
|
|
20
|
+
},
|
|
21
|
+
"optionalDependencies": {
|
|
22
|
+
"sharp": "*"
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"cli.js",
|
|
26
|
+
"sdk-tools.d.ts",
|
|
27
|
+
"vendor/",
|
|
28
|
+
"README.md",
|
|
29
|
+
"LICENSE.md"
|
|
30
|
+
]
|
|
31
|
+
}
|
package/sdk-tools.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Type definitions for Claude Code SDK tools
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/vendor/pty.node
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|