{
  "name": "urban-dictionary-client",
  "version": "3.1.0",
  "description": "Node JS Client for the Urban Dictionary API",
  "keywords": [
    "urbandictionary",
    "urban dictionary",
    "urban dictionary client"
  ],
  "files": [
    "build"
  ],
  "browser": "build/index.js",
  "main": "build/index.cjs.js",
  "module": "build/index.esm.js",
  "scripts": {
    "build": "BABEL_ENV=production npx rollup -c",
    "codecov": "npx codecov",
    "commitmsg": "npx commitlint -e $GIT_PARAMS",
    "deploy": "npm run semantic-release",
    "gc": "commit",
    "lint": "npx eslint --ext .js .",
    "prepare": "npm run build",
    "semantic-release": "npx semantic-release",
    "test": "BABEL_ENV=test npx jest src/ --coverage --no-cache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaebradley/urban-dictionary-client.git"
  },
  "author": "jae.b.bradley@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jaebradley/urban-dictionary-client/issues"
  },
  "homepage": "https://github.com/jaebradley/urban-dictionary-client#readme",
  "readme": "https://github.com/jaebradley/urban-dictionary-client#readme",
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "<rootDir>/build/",
      "<rootDir>/node_modules/"
    ]
  },
  "dependencies": {
    "axios": "^0.21.1"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/runtime": "^7.12.5",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-angular": "^11.0.0",
    "@commitlint/prompt": "^11.0.0",
    "@commitlint/prompt-cli": "^11.0.0",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@rollup/pluginutils": "^4.1.0",
    "axios-debug": "0.0.4",
    "babel-jest": "^27.0.0-next.2",
    "codecov": "^3.8.1",
    "es-check": "^5.1.4",
    "eslint": "^7.16.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "husky": "^4.3.6",
    "jest": "^27.0.0-next.2",
    "rollup": "^2.35.1",
    "rollup-plugin-filesize": "^9.1.0",
    "rollup-plugin-local-resolve": "^1.0.7",
    "semantic-release": "^17.3.0"
  }
}
