{
  "name": "@teamwork/get-bearer-token",
  "version": "1.6.1",
  "description": "CLI tool to obtain bearer tokens for Teamwork API using OAuth flow",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Teamwork/get-bearer-token.git"
  },
  "main": "src/cli.js",
  "type": "module",
  "bin": {
    "get-bearer-token": "src/cli.js",
    "teamwork-get-bearer-token": "src/cli.js"
  },
  "files": [
    "src/"
  ],
  "engines": {
    "node": ">20.0.0"
  },
  "scripts": {
    "start": "node src/cli.js"
  },
  "keywords": [
    "teamwork",
    "oauth",
    "bearer-token",
    "api",
    "authentication",
    "cli"
  ],
  "author": {
    "name": "Teamwork.com",
    "email": "support@teamwork.com",
    "url": "https://www.teamwork.com"
  },
  "license": "UNLICENSED",
  "dependencies": {
    "axios": "^1.11.0",
    "dotenv": "^17.2.1",
    "express": "^5.1.0",
    "open": "^10.1.0"
  }
}
