mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 07:47:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			495 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			495 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "scripts": {
 | |
|     "build:ncc": "ncc build --minify --no-source-map-register --no-cache dist/tsc/index.js --out dist/",
 | |
|     "build": "tsc && pnpm run build:ncc",
 | |
|     "start": "pnpm run build && sh ./run.sh"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "download": "^8.0.0",
 | |
|     "@actions/core": "^1.2.4",
 | |
|     "@actions/github": "^2.2.0",
 | |
|     "@types/download": "^6.2.4",
 | |
|     "@types/node": "^13.13.5"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "typescript": "^3.8.3",
 | |
|     "@zeit/ncc": "^0.22.1"
 | |
|   }
 | |
| }
 | 
