{
  "name": "the-best-package",
  "version": "2.2.1",
  "description": "This is the best package you have ever seen",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --fix --cache .",
    "test": "npm run lint && nyc mocha && npm run size",
    "size": "size-limit",
    "codecov": "nyc --reporter=lcov mocha && codecov"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/igoradamenko/the-best-package.git"
  },
  "keywords": [
    "literally",
    "the",
    "best"
  ],
  "author": "Igor Adamenko <mail@igoradamenko.com> (https://igoradamenko.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/igoradamenko/the-best-package-ever/issues"
  },
  "homepage": "https://github.com/igoradamenko/the-best-package-ever#readme",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "devDependencies": {
    "@funboxteam/eslint-config": "5.3.0",
    "@size-limit/preset-small-lib": "4.10.1",
    "all-contributors-cli": "6.20.0",
    "codecov": "3.8.1",
    "eslint": "5.16.0",
    "husky": "4.3.8",
    "lint-staged": "10.5.4",
    "mocha": "8.3.2",
    "nyc": "15.1.0",
    "size-limit": "4.10.1"
  },
  "size-limit": [
    {
      "path": "index.js",
      "limit": "4 B"
    }
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged -q"
    }
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  }
}
