@zivana-dev/sdk-js 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 +0 -0
- package/index.js +0 -0
- package/package.json +27 -0
package/README.md
ADDED
|
Binary file
|
package/index.js
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@zivana-dev/sdk-js",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "JavaScript SDK for the Zivana Protocol — trust infrastructure for the African informal economy",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {},
|
|
7
|
+
"keywords": [
|
|
8
|
+
"zivana",
|
|
9
|
+
"cardano",
|
|
10
|
+
"midnight",
|
|
11
|
+
"blockchain",
|
|
12
|
+
"africa",
|
|
13
|
+
"defi",
|
|
14
|
+
"regenerative-finance",
|
|
15
|
+
"trust-infrastructure"
|
|
16
|
+
],
|
|
17
|
+
"author": "Zivana Labs",
|
|
18
|
+
"license": "MIT",
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/zivana-labs/zivana-sdk.git"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/zivana-labs/zivana-sdk",
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public"
|
|
26
|
+
}
|
|
27
|
+
}
|