UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

36 lines (35 loc) 1.52 kB
{ "name": "nodejs", "main": "dist/index.js", "version": "0.8.0-alpha.6", "private": true, "scripts": { "build": "yarn clean && yarn compile", "dev": "yarn build --watch", "clean": "rm -rf ./dist ./tsconfig.tsbuildinfo", "compile": "tsc", "start-organization": "yarn build; node dist/src/organization.js", "start-tokens": "yarn build; node dist/src/tokens.js", "start-voting": "yarn build; node dist/src/voting.js", "start-subscriptions-voting": "yarn build; node dist/src/subscriptions-voting.js", "start-transaction-path": "yarn build; node dist/src/transaction-path.js", "start-describe-script": "yarn build; node dist/src/describe-script.js", "start-voting-low-level": "yarn build; node dist/src/voting-low-level.js", "start-subscriptions-low-level": "yarn build; node dist/src/subscriptions-low-level.js", "start-subscriptions-org": "yarn build; node dist/src/subscriptions-org.js", "start-subscriptions-tokens": "yarn build; node dist/src/subscriptions-tokens.js", "start-create-org": "yarn build; node dist/src/create-org.js", "start-create-karma-template": "yarn build; node dist/src/create-karma-template.js" }, "dependencies": { "@aragon/connect": "^0.8.0-alpha.6", "@aragon/connect-thegraph": "^0.8.0-alpha.6", "@aragon/connect-tokens": "^0.8.0-alpha.6", "@aragon/connect-voting": "^0.8.0-alpha.6", "ethers": "^5.0.0", "graphql-tag": "^2.10.3" }, "devDependencies": { "typescript": "^3.8.3" } }