cloutcontracts
Version:
CCS Agoric DAPP Implementation
17 lines (16 loc) • 343 B
JSON
{
"name": "cloutcontracts-agservers",
"version": "0.0.1",
"description": "Agoric server instances for dapp",
"scripts": {
"build": "exit 0",
"test": "exit 0",
"lint-check": "exit 0",
"lint-fix": "exit 0"
},
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/cosmic-swingset": "*"
}
}