{
  "name": "@node-cli-toolkit/oauth-cli",
  "scripts": {
    "start": "ts-node .",
    "test": "jest --config jest.config.json --runInBand",
    "test:watch": "yarn test --watch",
    "build": "yarn tsc",
    "publish": "yarn build && yarn publish",
    "add": "lerna add --scope=@node-cli-toolkit/oauth-cli"
  },
  "version": "1.0.2",
  "main": "dist/index.js",
  "license": "GPL-3.0",
  "public": true,
  "devDependencies": {
    "@types/jest": "^25.1.2",
    "@types/node": "^13.7.1",
    "@types/passport-oauth2": "^1.4.8",
    "jest": "^25.1.0",
    "jest-watch-lerna-packages": "^1.1.0",
    "lerna": "^3.20.0",
    "moxios": "^0.4.0",
    "nock": "^12.0.2",
    "passport-dropbox-oauth2": "^1.1.0",
    "ts-jest": "^25.2.0",
    "ts-node": "^8.6.2",
    "tsc": "^1.20150623.0",
    "typescript": "^3.7.5"
  },
  "dependencies": {
    "@node-cli-toolkit/save-token": "^0.9.1",
    "@node-cli-toolkit/test-cli": "^0.5.0",
    "axios": "^0.19.2",
    "express": "^4.17.1",
    "passport": "^0.4.1",
    "passport-oauth2": "^1.5.0",
    "uuid": "^3.4.0"
  },
  "bin": {
    "generate-oauth-token-cli": "dist/generateTokenCLI.js"
  },
  "gitHead": "0f69a00cb6dc90e539f2ad05232eee85175c570a"
}
