51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "hubot-kredits",
|
|
"version": "3.8.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.0.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"eth-provider": "^0.2.2",
|
|
"ethers": "^5.0.5",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.16.2",
|
|
"grant-express": "^4.6.1",
|
|
"group-array": "^1.0.0",
|
|
"kosmos-schemas": "^1.1.2",
|
|
"kredits-contracts": "^6.0.0",
|
|
"node-cron": "^2.0.3",
|
|
"node-fetch": "^2.3.0",
|
|
"prompt": "^1.0.0",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/67P/hubot-kredits.git"
|
|
},
|
|
"keywords": [
|
|
"kosmos",
|
|
"kredits",
|
|
"hubot-scripts"
|
|
],
|
|
"author": "Kosmos Developers <mail@kosmos.org>",
|
|
"contributors": [
|
|
"Sebastian Kippe <sebastian@kip.pe>",
|
|
"Michael Bumann <hello@michaelbumann.com>",
|
|
"Garret Alfert <alfert@wevelop.de>"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/67P/hubot-kredits/issues"
|
|
},
|
|
"homepage": "https://github.com/67P/hubot-kredits#readme"
|
|
}
|