{
  "name": "teo-client-js",
  "version": "1.0.85",
  "description": "TEO API wrapper",
  "repository": "https://github.com/AroundTo/teo-client-wrapper",
  "main": "teo.mjs",
  "type": "module",
  "author": "Jorge Rangel",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AroundTo/teo-client-wrapper/issues"
  },
  "homepage": "https://github.com/AroundTo/teo-client-wrapper#readme",
  "scripts": {
    "test": "test"
  },
  "dependencies": {
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "commitizen": "^4.2.3",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^4.3.8",
    "standard-version": "^9.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
