18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "upgradeable-ERC20",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Shaun Reed",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@openzeppelin/contracts": "^4.1.0",
|
|
"@truffle/hdwallet-provider": "^1.3.0",
|
|
"truffle": "^5.3.4"
|
|
}
|
|
}
|