@clawrise/clawrise-cli-darwin-x64 0.1.0-alpha.4
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/README.md +10 -0
- package/bin/clawrise +0 -0
- package/package.json +22 -0
- package/plugins/feishu/0.1.0-alpha.4/bin/clawrise-plugin-feishu +0 -0
- package/plugins/feishu/0.1.0-alpha.4/plugin.json +12 -0
- package/plugins/notion/0.1.0-alpha.4/bin/clawrise-plugin-notion +0 -0
- package/plugins/notion/0.1.0-alpha.4/plugin.json +12 -0
package/README.md
ADDED
package/bin/clawrise
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@clawrise/clawrise-cli-darwin-x64",
|
|
3
|
+
"version": "0.1.0-alpha.4",
|
|
4
|
+
"description": "Clawrise CLI prebuilt binary for darwin-x64.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/repothread/clawrise-cli.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/repothread/clawrise-cli#readme",
|
|
11
|
+
"os": [
|
|
12
|
+
"darwin"
|
|
13
|
+
],
|
|
14
|
+
"cpu": [
|
|
15
|
+
"x64"
|
|
16
|
+
],
|
|
17
|
+
"files": [
|
|
18
|
+
"bin",
|
|
19
|
+
"plugins",
|
|
20
|
+
"README.md"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
Binary file
|
|
Binary file
|