hf2q 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/README.md +5 -0
  2. package/package.json +21 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # hf2q
2
+
3
+ Placeholder. Full package ships at `0.1.0` alongside the hf2q CLI.
4
+
5
+ See <https://github.com/robertelee78/hf2q>.
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "hf2q",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder for hf2q; full package ships at 0.1.0 with the hf2q CLI for Apple Silicon.",
5
+ "homepage": "https://github.com/robertelee78/hf2q",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/robertelee78/hf2q.git"
9
+ },
10
+ "license": "(MIT OR Apache-2.0)",
11
+ "author": "Robert E. Lee <robert@agidreams.us>",
12
+ "files": [
13
+ "README.md"
14
+ ],
15
+ "os": [
16
+ "darwin"
17
+ ],
18
+ "cpu": [
19
+ "arm64"
20
+ ]
21
+ }