{ "name": "@kredits/hubot-kredits", "version": "4.1.0", "description": "Kosmos Kredits functionality for chat bots", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "create-wallet": "scripts/create-wallet.js", "review-kredits": "scripts/review-kredits.js" }, "dependencies": { "@ethersproject/experimental": "5.7.0", "@kredits/contracts": "^7.3.0", "axios": "^1.7.9", "cors": "^2.8.5", "dotenv": "^16.3.1", "eth-provider": "^0.13.6", "ethers": "^5.0.5", "express": "^4.18.2", "express-session": "^1.17.3", "grant-express": "^5.4.8", "group-array": "^1.0.0", "kosmos-schemas": "^2.2.1", "node-cron": "^2.0.3", "node-fetch": "^2.6.12", "prompt": "^1.3.0", "yargs": "^17.7.2" }, "repository": { "type": "git", "url": "git+https://github.com/67P/hubot-kredits.git" }, "keywords": [ "kosmos", "kredits", "hubot-scripts" ], "author": "Kosmos Developers ", "contributors": [ "Sebastian Kippe ", "Michael Bumann ", "Garret Alfert " ], "license": "MIT", "bugs": { "url": "https://github.com/67P/hubot-kredits/issues" }, "homepage": "https://github.com/67P/hubot-kredits#readme" }