mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "android-emulator-runner",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "A GitHub Action for installing, configuring and running Android Emulators on macOS virtual machines.",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "tsc --noEmit && jest",
|
|
"lint": "eslint . --ext .ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ReactiveCircus/android-emulator-runner.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "Reactive Circus",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.0.0",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/tool-cache": "^1.1.2",
|
|
"minimist": "^1.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.13",
|
|
"@types/node": "^12.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^2.6.1",
|
|
"@typescript-eslint/parser": "^2.6.1",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-prettier": "^6.5.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"jest": "^25.2.3",
|
|
"jest-circus": "^25.2.3",
|
|
"prettier": "^1.18.2",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.5.1"
|
|
}
|
|
}
|