playpush
Version:
## Overview
42 lines • 848 B
JSON
{
"name": "playpush",
"version": "1.0.8",
"main": "dist/index.js",
"repository": "git@github.com:luixfr/playpush.git",
"author": "Luis Flores <luisk.fra@gmail.com>",
"license": "MIT",
"bin": {
"playpush": "dist/index.js"
},
"files": [
"dist",
"documentation",
"README.md",
"package.json"
],
"scripts": {
"start": "node dist/index.js",
"playpush": "tsx src/index.ts",
"build": "npx tsc && ./scripts/update_shenbag.sh"
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.1",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"googleapis": "^140.0.1"
},
"devDependencies": {
"tsx": "^4.16.5",
"typescript": "^5.5.4"
},
"keywords": [
"CLI",
"Google Play Store",
"android",
"aab",
"publish",
"upload",
"android app",
"playpush"
]
}