@creator-notes/cnotes-darwin-x64 0.37.0

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 +4 -0
  2. package/bin/cnotes +0 -0
  3. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @creator-notes/cnotes-darwin-x64
2
+
3
+ Standalone `cnotes` binary for darwin-x64, downloaded by [the CreatorNotes installer](https://creatornotes.app/install).
4
+ Not meant to be installed directly.
package/bin/cnotes ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@creator-notes/cnotes-darwin-x64",
3
+ "version": "0.37.0",
4
+ "description": "cnotes standalone binary for darwin-x64. Fetched by the installer at https://creatornotes.app/install.sh — install the CLI with that script or `npm i -g @creator-notes/cnotes`, not by depending on this package.",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "license": "MIT",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/creatornotes/pm-notes.git",
15
+ "directory": "cli"
16
+ },
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }