-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "genymotion-saas-github-action",
"version": "1.0.0",
"description": "Set up your GitHub Actions workflow with Genymotion Cloud SaaS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src",
"build": "ncc build --source-map -o dist/setup/ src/setup/index.js && ncc build --source-map -o dist/cleanup/ src/cleanup/post.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Genymobile/genymotion-saas-github-action.git"
},
"keywords": [
"Genymotion",
"Android",
"emulator",
"GitHub Actions",
"Test automation",
"Genymobile"
],
"author": "Genymotion Cloud <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Genymobile/genymotion-saas-github-action/issues"
},
"homepage": "https://github.com/Genymobile/genymotion-saas-github-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.4",
"@actions/github": "^5.1.1"
},
"devDependencies": {
"eslint": "^7.18.0"
},
"engines": {
"node": ">=12"
}
}