generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
36 lines (36 loc) · 802 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 && ./update_release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r0adkll/sign-android-release.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "r0adkll",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^12.0.4",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^3.9.7"
}
}