{ "name": "@borales/actions-yarn", "version": "4.2.0", "main": "lib/index.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", "test": "jest", "all": "yarn build && yarn format && yarn lint && yarn package && yarn test" }, "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3" }, "devDependencies": { "@types/node": "^18.17.12", "@typescript-eslint/parser": "^6.4.0", "@vercel/ncc": "^0.36.1", "eslint-plugin-github": "^4.9.2", "eslint-plugin-jest": "^27.2.3", "eslint": "^8.46.0", "jest": "^29.6.4", "prettier": "^3.0.2", "typescript": "^5.1.6" } }