mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-11-04 03:33:40 +00:00 
			
		
		
		
	* V2 Preview (#19) * V2 Setup * Add end-to-end tests * Update tests * Update tests * Update tests * Update tests again * Misc Updates * Improve logs * Update release * Update README.md * @actions/artifact v0.2.0 * Update to the latest version of the @actions/artifact package * Update @actions/artifact to 0.3.1 * Misc Updates * Add .gitattributes * Update Readme * Update test YAML
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "download-artifact",
 | 
						|
  "version": "2.0.0",
 | 
						|
  "description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action",
 | 
						|
  "main": "dist/index.js",
 | 
						|
  "scripts": {
 | 
						|
    "build": "tsc",
 | 
						|
    "release": "ncc build src/download-artifact.ts && git add -f dist/",
 | 
						|
    "check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:build\"",
 | 
						|
    "format": "prettier --write **/*.ts",
 | 
						|
    "format-check": "prettier --check **/*.ts",
 | 
						|
    "lint": "eslint **/*.ts"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/actions/download-artifact.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "Actions",
 | 
						|
    "GitHub",
 | 
						|
    "Artifacts",
 | 
						|
    "Download"
 | 
						|
  ],
 | 
						|
  "author": "GitHub",
 | 
						|
  "license": "MIT",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/actions/download-artifact/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/actions/download-artifact#readme",
 | 
						|
  "devDependencies": {
 | 
						|
    "@actions/artifact": "^0.3.1",
 | 
						|
    "@actions/core": "^1.2.3",
 | 
						|
    "@typescript-eslint/parser": "^2.27.0",
 | 
						|
    "@zeit/ncc": "^0.22.1",
 | 
						|
    "concurrently": "^5.1.0",
 | 
						|
    "eslint": "^6.8.0",
 | 
						|
    "eslint-plugin-github": "^3.4.1",
 | 
						|
    "prettier": "^2.0.4",
 | 
						|
    "typescript": "^3.8.3"
 | 
						|
  }
 | 
						|
}
 |