forked from r0adkll/upload-google-play
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 766 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "upload-google-play",
"version": "1.0.6",
"private": true,
"description": "Upload an Android release (.apk or .aab) to Google Play Console",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devussy/upload-google-play.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "devussy",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"googleapis": "^45.0.0"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^12.19.5",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"ts-jest": "^24.3.0",
"typescript": "^3.9.7"
}
}