@duduclaw/pro-darwin-arm64 1.4.13
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/bin/duduclaw-pro +0 -0
- package/package.json +20 -0
package/bin/duduclaw-pro
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@duduclaw/pro-darwin-arm64",
|
|
3
|
+
"version": "1.4.13",
|
|
4
|
+
"description": "DuDuClaw Pro binary for macOS ARM64 (Apple Silicon)",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/zhixuli0406/DuDuClaw.git",
|
|
9
|
+
"directory": "npm/pro-darwin-arm64"
|
|
10
|
+
},
|
|
11
|
+
"os": [
|
|
12
|
+
"darwin"
|
|
13
|
+
],
|
|
14
|
+
"cpu": [
|
|
15
|
+
"arm64"
|
|
16
|
+
],
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
}
|
|
20
|
+
}
|