{ "name": "decagraphics", "version": "1.0.0", "description": "Script to generate and send data to show graphs in deca.eco", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "ipfs-http-client": "^43.0.1", "request-promise": "^4.2.5", "web3": "^1.2.8", "orbit-db": "^0.24.1", "orbit-db-docstore": "^1.9.0", "orbit-db-store": "^3.3.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", "helmet": "^3.23.3", "mongodb": "^3.5.9" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com:deca-currency/decagraphics.git" }, "bugs": { "url": "https://gitlab.com/deca-currency/decagraphics/issues" }, "homepage": "https://gitlab.com/deca-currency/decagraphics" }