temporibusunde
Version:
Access and interact with Aragon Organizations and their apps.
20 lines (19 loc) • 408 B
JSON
{
"name": "list-votes-cli",
"private": true,
"version": "0.7.0",
"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.7.0",
"@aragon/connect-voting": "^0.7.0"
}
}