@vestauth/vestauth-darwin-arm64 0.1.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 +9 -0
  2. package/package.json +18 -0
  3. package/vestauth +0 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ ![vestauth](https://vestauth.com/better-banner.png)
2
+
3
+ > vestauth-darwin-arm64 binary
4
+
5
+ [![npm version](https://img.shields.io/npm/v/@vestauth/vestauth-darwin-arm64.svg)](https://www.npmjs.com/package/@vestauth/vestauth-darwin-arm64)
6
+
7
+ [see documentation](https://github.com/vestauth/vestauth)
8
+
9
+  
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@vestauth/vestauth-darwin-arm64",
3
+ "version": "0.1.0",
4
+ "description": "vestauth-darwin-arm64 binary",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/vestauth/vestauth-darwin-arm64.git"
8
+ },
9
+ "files": [
10
+ "vestauth",
11
+ "README.md"
12
+ ],
13
+ "author": "@motdotla",
14
+ "license": "BSD-3-Clause",
15
+ "publishConfig": {
16
+ "access": "public"
17
+ }
18
+ }
package/vestauth ADDED
File without changes