23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"name": "curio-wrapper",
|
|
"version": "1.0.0",
|
|
"description": "Wrap Curio ERC20-ish to ERC1155 tokens",
|
|
"main": "truffle compile",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"nft",
|
|
"curio"
|
|
],
|
|
"author": "Moon",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"truffle": "^5.7.4",
|
|
"@truffle/hdwallet-provider": "^1.7.0"
|
|
}
|
|
}
|