first commig

This commit is contained in:
2021-03-31 11:09:26 +02:00
commit 0afb8ecb3e
5 changed files with 17065 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "orbitdbbug",
"version": "1.0.0",
"description": "",
"main": "bug.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ipfs-core": "^0.5.4",
"ipfs-http-client": "^47.0.1",
"orbit-db": "^0.26.1"
}
}