23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"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",
|
|
"@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"
|
|
}
|
|
}
|