quasvel
Version:
Access and interact with Aragon Organizations and their apps.
20 lines (19 loc) • 432 B
JSON
{
"name": "list-votes-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"
}
}