{
  "name": "mozambique-api-wrapper",
  "version": "2.6.2",
  "description": "Wrapper to make accessing mozambiquehe.re APIs when writing code in Javascript (Node.js) much easier.",
  "main": "index.js",
  "scripts": {
    "gendoc": "node docs/gendoc.js",
    "test": "node tests/index.js & npm run lint",
    "lint": "npx prettier -w .",
    "prepare": "npm run gendoc & npm run lint"
  },
  "author": "Dainel Vera (https://github.com/arubinofaux)",
  "contributors": [
    "Fernando (https://github.com/King-BR)"
  ],
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "tests"
  },
  "license": "MIT",
  "keywords": [
    "Apex Legends",
    "API"
  ],
  "dependencies": {
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "dotenv": "^8.2.0",
    "eslint": "^7.22.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "fs": "0.0.1-security",
    "jsdoc-to-markdown": "^6.0.1",
    "prettier": "^2.2.1",
    "prettier-eslint": "^12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arubinofaux/mozambique-api-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/arubinofaux/mozambique-api-wrapper/issues"
  },
  "homepage": "https://github.com/arubinofaux/mozambique-api-wrapper#readme"
}
