curio-wrapper-truffle/package.json

22 lines
416 B
JSON
Raw Normal View History

2022-02-11 04:17:00 +00:00
{
"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/hdwallet-provider": "^1.2.5"
}
}