forked from r0adkll/sign-android-release
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 781 Bytes
/
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
{
"name": "sign-android-release",
"version": "1.0.4",
"private": true,
"description": "GitHub action used to sign Android release packages",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "jest",
"deploy": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noriban/sign-android-release.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "r0adkll",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.10.2",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}