UNPKG

@1hive/gardens-dao-list

Version:
37 lines (36 loc) 920 B
{ "name": "@1hive/gardens-dao-list", "version": "1.0.16", "description": "Gardens MVP dao list", "main": "build/gardens-dao-list.json", "scripts": { "test": "mocha", "build": "rimraf build && mkdir -p build && node src/write.js > build/gardens-dao-list.json", "prepublishOnly": "npm test && npm run build" }, "files": [ "build/gardens-dao-list.json" ], "repository": { "type": "git", "url": "git+https://github.com/1Hive/dao-list.git" }, "keywords": [ "1hive", "gardens" ], "author": "Moody Salem", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/1Hive/dao-list.git/issues" }, "homepage": "https://github.com/1Hive/dao-list.git#readme", "devDependencies": { "@ethersproject/address": "^5.0.2", "chai": "^4.2.0", "mocha": "^8.0.1", "node-fetch": "^2.6.1", "rimraf": "^3.0.2", "web3-utils": "^1.3.0" } }