mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
20 lines
464 B
JSON
20 lines
464 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|