generated from actions/javascript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 839 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
37
{
"name": "action-upload-diawi",
"version": "1.4.0",
"description": "📦 GitHub Action for uploading APK to Diawi",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "eslint index.js && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rnkdsh/action-upload-diawi.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"Diawi",
"APK"
],
"author": "Ronak Doshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/rnkdsh/action-upload-diawi/issues"
},
"homepage": "https://github.com/rnkdsh/action-upload-diawi#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^1.4.0",
"fs": "0.0.1-security",
"path": "0.12.7"
},
"devDependencies": {
"eslint": "^8.41.0",
"jest": "^29.5.0"
}
}