{ "name": "flutter-action", "version": "1.3.2", "private": true, "description": "Flutter environment for use in actions", "main": "lib/index.js", "scripts": { "build-tsc": "tsc", "build-ncc": "ncc build", "build": "run-s build-tsc build-ncc", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/subosito/flutter-action.git" }, "keywords": [ "actions", "node", "flutter", "setup" ], "author": "Alif Rachmawadi ", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", "@actions/exec": "^1.0.4", "@actions/http-client": "^1.0.11", "@actions/io": "^1.1.0", "@actions/tool-cache": "^1.6.1", "semver": "^7.3.5", "uuid": "^8.3.2" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^14.14.41", "@types/semver": "^7.3.5", "@types/uuid": "^8.3.0", "@vercel/ncc": "^0.28.3", "jest": "^26.6.3", "jest-circus": "^26.6.3", "nock": "^13.0.11", "npm-run-all": "^4.1.5", "prettier": "2.2.1", "ts-jest": "^26.5.5", "typescript": "^4.2.4" }, "resolutions": { "minimist": "^1.2.2" } }