begin sdk work

This commit is contained in:
Roland Osborne 2024-06-13 12:09:54 -07:00
parent 27acf58e1f
commit ef87e355fd

18
app/sdk/package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "databag",
"version": "0.0.1",
"description": "Client SDK for building applications on the Databag network.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/balzack/databag.git/app/sdk"
},
"keywords": [
"decentralized"
],
"author": "Pierre Balzack",
"license": "Apache-2.0"
}