@soundsright/chain
Version:
soundsright contracts
39 lines (38 loc) • 847 B
JSON
{
"name": "@soundsright/chain",
"private": false,
"version": "0.2.7",
"description": "soundsright contracts",
"keywords": [
"soundsright",
"ethereum",
"polygon",
"blockchain",
"javascript",
"typescript",
"contract"
],
"author": "u404 <ltxwy@hotmail.com>",
"homepage": "",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typedocMain": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"watch": "tsc --watch",
"build": "tsc"
},
"dependencies": {
"@soundsright/config": "^0.0.2",
"@soundsright/connector": "^0.2.4",
"@soundsright/contracts": "^0.1.3",
"@soundsright/provider": "^0.2.2",
"@soundsright/types": "^0.1.2",
"ethers": "5.6.5"
},
"gitHead": "03729ba7aa09d116f0ed9dfe4e47abcb173c7ece"
}