{
  "name": "@pooltogether/current-pool-data",
  "version": "3.7.3",
  "description": "Published list of contract addresses for PoolTogether v3",
  "author": "PoolTogether Inc.",
  "repository": "git@github.com:pooltogether/current-pool-data.git",
  "main": "index.js",
  "browser": "index.js",
  "scripts": {
    "test": "jest",
    "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags && yarn gitwarn",
    "gitwarn": "echo '*******************' && echo 'Please push your changes to Git' && echo '*******************'"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/preset-env": "^7.12.11",
    "jest": "^26.6.3"
  },
  "dependencies": {}
}
