@a11yfy/sdk 0.0.0-placeholder

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 +4 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @a11yfy/sdk
2
+
3
+ Placeholder — reserved for the official **a11yfy** SDK (accessible-document API client).
4
+ The real release is coming soon. See https://a11yfy.com.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "@a11yfy/sdk",
3
+ "version": "0.0.0-placeholder",
4
+ "description": "a11yfy SDK — reserved for the official a11yfy accessible-document API client. Coming soon.",
5
+ "license": "MIT",
6
+ "homepage": "https://a11yfy.com",
7
+ "repository": { "type": "git", "url": "git+https://github.com/a11yfy/a11yfy.git" },
8
+ "keywords": ["a11yfy", "accessibility", "pdf", "pdf-ua", "eaa", "sdk"]
9
+ }