@aigtc/darwin-x64 0.1.1

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 ADDED
@@ -0,0 +1,3 @@
1
+ # @aigtc/darwin-x64
2
+
3
+ This is the macOS x64 binary for [AIGTC](https://github.com/Fluxonide/aigtc), an AI-powered git commit message generator. See https://github.com/Fluxonide/aigtc for details.
package/bin/.gitkeep ADDED
File without changes
package/bin/aigtc ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@aigtc/darwin-x64",
3
+ "version": "0.1.1",
4
+ "description": "aigtc binary for macOS x64",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Fluxonide/aigtc"
9
+ },
10
+ "files": [
11
+ "bin/",
12
+ "README.md"
13
+ ],
14
+ "os": [
15
+ "darwin"
16
+ ],
17
+ "cpu": [
18
+ "x64"
19
+ ]
20
+ }