@taproom-social/catalog-schema 0.0.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 (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @taproom-social/catalog-schema
2
+
3
+ 🐣 This package name has been claimed with [fledgling](https://github.com/dmno-dev/fledgling) for [https://github.com/taproom-social/catalog](https://github.com/taproom-social/catalog), and a real release will land here soon.
4
+
5
+ This is a placeholder — there is nothing to install yet.
6
+
7
+ ---
8
+
9
+ Want to claim a name of your own? Run `npx fledgling add <name> --new --yes` — it reserves the name on npm and can set up token-less (OIDC trusted) publishing for when you are ready.
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@taproom-social/catalog-schema",
3
+ "version": "0.0.0",
4
+ "description": "Valibot schemas for the open beer catalog, and the oRPC contract for catalog.taproom.social.",
5
+ "keywords": [
6
+ "beer",
7
+ "bjcp",
8
+ "catalog",
9
+ "orpc",
10
+ "valibot"
11
+ ],
12
+ "license": "MIT",
13
+ "author": "Drake Costa <drake@saeris.io> (https://saeris.gg)",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/taproom-social/catalog.git",
17
+ "directory": "packages/schema"
18
+ }
19
+ }