{ "name": "upload-artifact", "version": "4.3.2", "description": "Upload an Actions Artifact in a workflow run", "main": "dist/upload/index.js", "scripts": { "build": "tsc", "release": "ncc build src/upload/index.ts -o dist/upload && ncc build src/merge/index.ts -o dist/merge", "check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build\"", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint **/*.ts", "test": "jest --testTimeout 10000" }, "repository": { "type": "git", "url": "git+https://github.com/actions/upload-artifact.git" }, "keywords": [ "Actions", "GitHub", "Artifacts", "Upload" ], "author": "GitHub", "license": "MIT", "bugs": { "url": "https://github.com/actions/upload-artifact/issues" }, "homepage": "https://github.com/actions/upload-artifact#readme", "dependencies": { "@actions/artifact": "^2.1.5", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", "@actions/io": "^1.1.3", "minimatch": "^9.0.4" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@typescript-eslint/parser": "^7.7.0", "@vercel/ncc": "^0.38.1", "concurrently": "^8.2.2", "eslint": "^9.1.0", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^28.2.0", "glob": "^10.3.12", "jest": "^29.7.0", "jest-circus": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.4.5" } }