@acyclic-labs/acyclic-darwin-arm64 0.0.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.
Files changed (2) hide show
  1. package/bin/acyclic +0 -0
  2. package/package.json +15 -0
package/bin/acyclic ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@acyclic-labs/acyclic-darwin-arm64",
3
+ "version": "0.0.1",
4
+ "description": "acyclic prebuilt binary for darwin arm64. Install @acyclic-labs/acyclic instead of this package.",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/acyclic-labs/graphcoder-plugin.git"
9
+ },
10
+ "os": ["darwin"],
11
+ "cpu": ["arm64"],
12
+ "bin": { "acyclic": "bin/acyclic" },
13
+ "files": ["bin/"],
14
+ "publishConfig": { "access": "public", "provenance": true }
15
+ }