{
  "name": "extra-life",
  "version": "1.0.5",
  "description": "Extra Life API wrapper for JavaScript in the browser and Node.js.",
  "author": "Michael Irigoyen <goyney@gmail.com>",
  "license": "MIT",
  "keywords": [
    "extra",
    "life",
    "api",
    "extralife",
    "extra-life",
    "donor",
    "donordrive",
    "donor-drive"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/goyney/extra-life.git"
  },
  "files": [
    "dist"
  ],
  "main": "dist/main.js",
  "module": "dist/module.js",
  "browser": {
    "./dist/main.js": "./dist/extra-life.js"
  },
  "scripts": {
    "build": "rollup -c",
    "publish": "yarn build; npm publish",
    "publish:dry": "yarn build; npm publish --dry-run"
  },
  "devDependencies": {
    "eslint": "^6.6.0",
    "rollup": "^1.26.3",
    "rollup-plugin-jscc": "^1.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.1.2"
  }
}
