Files
AFFiNE-Mirror/tools/playstore-auto-bump/package.json

21 lines
540 B
JSON

{
"name": "@affine/playstore-auto-bump",
"version": "0.18.0",
"private": true,
"type": "module",
"description": "Automatically bump the versionCode and versionName of an Android app from the Google Play Store versions",
"main": "index.ts",
"scripts": {
"bump": "r ./index.ts"
},
"dependencies": {
"@affine-tools/cli": "workspace:*",
"@affine-tools/utils": "workspace:*",
"@googleapis/androidpublisher": "^22.0.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.17.10"
}
}