@sleepy-ai/sleepycode-darwin-arm64 0.0.0-main-202607032053

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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/bin/sleepy +0 -0
  3. package/package.json +25 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ This is the darwin-arm64 binary for [@sleepy-ai/cli](https://www.npmjs.com/package/@sleepy-ai/cli). Install that package directly.
package/bin/sleepy ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@sleepy-ai/sleepycode-darwin-arm64",
3
+ "version": "0.0.0-main-202607032053",
4
+ "description": "Platform-specific binary for @sleepy-ai/cli.",
5
+ "license": "MIT",
6
+ "author": "Sleepy AI",
7
+ "homepage": "https://www.sleepyai.org",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/TahsinArafat/sleepy-ai.git"
11
+ },
12
+ "keywords": [
13
+ "ai",
14
+ "coding",
15
+ "agent",
16
+ "cli",
17
+ "sleepy"
18
+ ],
19
+ "os": [
20
+ "darwin"
21
+ ],
22
+ "cpu": [
23
+ "arm64"
24
+ ]
25
+ }