mirror of
https://github.com/zkitter/contracts.git
synced 2026-01-08 20:27:55 -05:00
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"name": "contracts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "truffle-config.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@truffle/hdwallet-provider": "^1.2.6",
|
|
"truffle-hdwallet-provider": "^1.0.17"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|