{ "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/jdxcode/rtx-action.git" }, "keywords": [ "actions", "rtx", "setup" ], "author": "", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.1", "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/glob": "^0.4.0" }, "devDependencies": { "@tsconfig/node16": "^1.0.4", "@types/node": "^20.3.1", "@typescript-eslint/parser": "^5.60.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.43.0", "eslint-plugin-github": "^4.8.0", "eslint-plugin-jest": "^27.2.2", "husky": "^8.0.3", "jest": "^29.5.0", "js-yaml": "^4.1.0", "prettier": "2.8.8", "ts-jest": "^29.1.0", "typescript": "^5.1.3" } }