@dbmate/darwin-arm64 0.0.1002

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 +3 -0
  2. package/bin/dbmate +0 -0
  3. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @dbmate/darwin-arm64
2
+
3
+ The darwin arm64 binary for dbmate. See https://github.com/amacneil/dbmate for details.
package/bin/dbmate ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@dbmate/darwin-arm64",
3
+ "version": "0.0.1002",
4
+ "description": "The darwin arm64 binary for dbmate",
5
+ "repository": "https://github.com/amacneil/dbmate",
6
+ "license": "MIT",
7
+ "preferUnplugged": true,
8
+ "bin": {
9
+ "dbmate": "bin/dbmate"
10
+ },
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ]
17
+ }