{ "name": "rtx-action", "version": "1.1.1", "private": true, "description": "rtx tool setup action", "main": "lib/main.js", "scripts": { "build": "tsc", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint src/**/*.ts", "package": "ncc build --source-map --license licenses.txt && ncc build -o dist/cache-save lib/cache-save.js --source-map", "test": "jest", "all": "npm run build && npm run format && npm run lint && npm run package && npm test", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/jdx/rtx-action.git" }, "keywords": [ "actions", "rtx", "setup" ], "author": "", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/glob": "^0.4.0" }, "devDependencies": { "@tsconfig/node16": "^16.1.1", "@types/node": "^20.6.2", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.2", "@vercel/ncc": "^0.38.0", "eslint": "^8.50.0", "eslint-plugin-github": "^4.10.0", "eslint-plugin-jest": "^27.4.0", "eslint-plugin-prettier": "^5.0.0", "husky": "^8.0.3", "jest": "^29.6.4", "js-yaml": "^4.1.0", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } }