-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
30 lines (30 loc) · 861 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
{
"name": "bundletool-action",
"version": "1.0.0",
"description": "This action will help you convert your aab to signed apk file.",
"main": "index.js",
"scripts": {
"build": "ncc build src/action.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mukeshsolanki/bundletool-action.git"
},
"author": "Mukesh Solanki",
"license": "MIT",
"bugs": {
"url": "https://github.com/mukeshsolanki/bundletool-action/issues"
},
"homepage": "https://github.com/mukeshsolanki/bundletool-action#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
}
}