karma/package.json

23 lines
601 B
JSON
Raw Normal View History

2021-04-29 19:43:03 +00:00
{
"name": "karma",
"version": "1.0.0",
"description": "![Karmatoken](karmatoken.jpg)",
"main": "truffle-config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Shaun Reed",
"license": "MIT",
"devDependencies": {
"@openzeppelin/contracts": "^4.0.0",
"@openzeppelin/contracts-upgradeable": "^4.1.0",
"@openzeppelin/truffle-upgrades": "^1.6.0",
2021-04-29 19:43:03 +00:00
"@truffle/hdwallet-provider": "^1.3.0",
"chai": "^4.3.4",
"truffle": "^5.3.3",
"truffle-flattener": "^1.5.0",
"truffle-plugin-verify": "^0.5.7"
2021-04-29 19:43:03 +00:00
}
}