{
  "name": "@nuxt/opencollective",
  "version": "0.3.0",
  "description": "",
  "license": "MIT",
  "contributors": [
    {
      "name": "Alexander Lichter <npm@lichter.io>"
    }
  ],
  "main": "dist/opencollective.cjs.js",
  "bin": "bin/opencollective.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-community/opencollective"
  },
  "bugs": {
    "url": "https://github.com/nuxt-community/opencollective/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "bili -t node --format cjs --file-name opencollective.cjs src/index.js",
    "lint": "eslint src test",
    "test": "yarn lint && yarn test:coverage",
    "test:ava": "nyc ava --verbose",
    "test:coverage": "nyc --reporter=lcov --reporter=html ava",
    "release": "standard-version && git push --follow-tags && npm publish",
    "commitlint": "commitlint -e $GIT_PARAMS",
    "coverage": "codecov",
    "prepublish": "yarn build"
  },
  "files": [
    "bin",
    "dist"
  ],
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "consola": "^2.10.1",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "ava": "^2.3.0",
    "bili": "^4.8.1",
    "codecov": "^3.5.0",
    "eslint": "^6.2.2",
    "eslint-config-standard": "^14.0.1",
    "eslint-plugin-ava": "^8.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^5.2.3",
    "esm": "^3.0.84",
    "fetch-mock": "^7.3.9",
    "husky": "^3.0.4",
    "nyc": "^14.1.1",
    "sinon": "^7.4.1",
    "standard-version": "^7.0.0"
  },
  "ava": {
    "require": [
      "esm"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint",
      "commit-msg": "npm run commitlint"
    }
  }
}
