generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
41 lines (41 loc) · 1 KB
/
package.json
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
36
37
38
39
40
41
{
"name": "upload-google-play",
"version": "1.1.3",
"private": true,
"description": "Upload an Android release (.apk or .aab) to Google Play Console",
"main": "lib/index.js",
"scripts": {
"build": "ncc build src/main.ts -m -o lib/",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r0adkll/upload-google-play.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "r0adkll",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@googleapis/androidpublisher": "^12.1.0",
"fast-glob": "^3.3.2",
"jszip": "^3.10.1",
"p-timeout": "^6.1.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"github-action-ts-run-api": "^3.0.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}