@auths-dev/sdk 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.
- package/README.md +7 -0
- package/index.js +1 -0
- package/package.json +21 -0
package/README.md
ADDED
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
throw new Error("@auths-dev/sdk is not yet available. Visit https://auths.dev for updates.");
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@auths-dev/sdk",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Auths SDK for decentralized identity management — coming soon",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"auths",
|
|
8
|
+
"identity",
|
|
9
|
+
"decentralized-identity",
|
|
10
|
+
"did",
|
|
11
|
+
"keri",
|
|
12
|
+
"sdk"
|
|
13
|
+
],
|
|
14
|
+
"author": "auths-dev",
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"homepage": "https://auths.dev",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/auths-dev/auths.git"
|
|
20
|
+
}
|
|
21
|
+
}
|