mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
25 lines
632 B
JSON
25 lines
632 B
JSON
{
|
|
"name": "rocketeer-nft",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "truffle-config.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"backup": "caffeinate zsh ./scripts/backup-images.zsh"
|
|
},
|
|
"author": "Mentor Palokaj <mentor@palokaj.co> (http://github.com/actuallymentor)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.3.2",
|
|
"@truffle/hdwallet-provider": "^1.5.1",
|
|
"dotenv": "^10.0.0",
|
|
"truffle-ledger-provider": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"truffle-plugin-verify": "^0.5.18"
|
|
}
|
|
}
|