{
  "name": "@upwork/node-upwork-oauth2",
  "description": "Node.JS bindings for Upwork API (OAuth2)",
  "version": "2.3.1",
  "author": {
    "name": "Maksym Novozhylov",
    "email": "mnovozhilov@upwork.com"
  },
  "contributors": [
    {
      "name": "Maksym Novozhylov",
      "url": "https://github.com/mnovozhylov"
    }
  ],
  "homepage": "https://developers.upwork.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/upwork/node-upwork-oauth2.git"
  },
  "main": "index",
  "dependencies": {
    "pkginfo": "*",
    "request": "2.88.2",
    "simple-oauth2": "5.0.0"
  },
  "keywords": [
    "oauth2",
    "rest",
    "upwork",
    "api",
    "wrapper"
  ],
  "scripts": {
    "test": "mocha --timeout 3500"
  },
  "devDependencies": {
    "ansi-regex": ">=5.0.1",
    "json-schema": ">=0.4.0",
    "mocha": "~10.2.0"
  },
  "engines": {
    "node": "*"
  }
}
