google-auth-token-generator
Version:
[](https://gyazo.com/92b73b1253594a5c39761079492cb9da)
31 lines (30 loc) • 625 B
JSON
{
"name": "google-auth-token-generator",
"version": "0.2.0",
"description": "",
"main": "index.js",
"bin": {
"google-auth-token-generator": "bin/index.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/n0bisuke/google-auth-token-generator.git"
},
"author": "n0bisuke",
"keywords": [
"Google",
"Youtube",
"Google Drive",
"Gmail",
"Google Sheets"
],
"license": "ISC",
"dependencies": {
"googleapis": "^100.0.0",
"inquirer": "^7.3.3"
}
}