UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

21 lines (20 loc) 465 B
{ "name": "list-balances-cli", "private": true, "version": "0.8.0-alpha.6", "main": "index.js", "license": "MIT", "scripts": { "start": "ts-node ./src/index.ts", "start:rinkeby": "CHAIN_ID=4 ts-node ./src/index.ts" }, "devDependencies": { "ts-node": "^8.10.2", "typescript": "^3.9.6" }, "dependencies": { "@aragon/connect": "^0.8.0-alpha.6", "@aragon/connect-voting": "^0.8.0-alpha.6", "token-amount": "^0.1.0" } }