curio-wrapper-truffle/package.json

23 lines
441 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": "^5.7.4",
"@truffle/hdwallet-provider": "^1.7.0"
2022-02-11 04:17:00 +00:00
}
}