This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
kredits-reviews/package.json

24 lines
511 B
JSON

{
"name": "kredits-reviews",
"version": "0.5.0",
"description": "Create Kosmos Kredits contributions for code reviews",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Garret Alfert",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"ethers": "^5.0.24",
"kredits-contracts": "^6.0.0",
"yargs": "^16.2.0"
},
"keywords": [
"kosmos",
"kredits"
]
}