{
  "name": "@teamwork/get-bearer-token",
  "version": "1.0.7",
  "description": "CLI tool to obtain bearer tokens for Teamwork API using OAuth flow",
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "get-bearer-token": "src/index.js",
    "teamwork-auth": "src/index.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "auth": "node src/index.js"
  },
  "keywords": [
    "teamwork",
    "oauth",
    "bearer-token",
    "api",
    "authentication",
    "cli"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.11.0",
    "chalk": "^5.4.1",
    "commander": "^14.0.0",
    "dotenv": "^17.2.1",
    "express": "^5.1.0",
    "get-port": "^7.1.0",
    "inquirer": "^12.9.0",
    "open": "^10.2.0"
  }
}
