{
  "name": "@dahlia-labs/celo-contrib",
  "description": "Dahlia Labs Celo helpers.",
  "version": "0.10.4",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/DahliaLabs/dahlia-common.git"
  },
  "author": "Kyle Scott <kyle@dahlia.finance>",
  "license": "Apache-2.0",
  "keywords": [
    "celo",
    "dahlia",
    "mobius",
    "pinnata"
  ],
  "scripts": {
    "build": "tsc && tsc --project tsconfig.cjs.json",
    "clean": "rm -fr dist/"
  },
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "dependencies": {
    "tslib": "^2.4.1"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist/",
    "src/"
  ],
  "devDependencies": {
    "@saberhq/tsconfig": "^2.1.0",
    "typescript": "^4.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/DahliaLabs/dahlia-common/issues"
  },
  "homepage": "https://github.com/DahliaLabs/dahlia-common#readme",
  "gitHead": "f41418de24916ae96753da2fba3fff2d404c178e"
}