35 lines
		
	
	
		
			821 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			821 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
   "name": "setup-kubectl-action",
 | 
						|
   "version": "0.0.0",
 | 
						|
   "private": true,
 | 
						|
   "main": "lib/index.js",
 | 
						|
   "scripts": {
 | 
						|
      "build": "npm i ncc && npx ncc build src/index.ts -o lib",
 | 
						|
      "test": "jest",
 | 
						|
      "test-coverage": "jest --coverage",
 | 
						|
      "format": "prettier --write .",
 | 
						|
      "format-check": "prettier --check ."
 | 
						|
   },
 | 
						|
   "keywords": [
 | 
						|
      "actions",
 | 
						|
      "node",
 | 
						|
      "setup"
 | 
						|
   ],
 | 
						|
   "author": "GitHub",
 | 
						|
   "license": "MIT",
 | 
						|
   "dependencies": {
 | 
						|
      "@actions/core": "^1.11.1",
 | 
						|
      "@actions/exec": "^1.0.0",
 | 
						|
      "@actions/tool-cache": "^2.0.2"
 | 
						|
   },
 | 
						|
   "devDependencies": {
 | 
						|
      "@types/jest": "^29.5.14",
 | 
						|
      "@types/node": "^22.15.29",
 | 
						|
      "@vercel/ncc": "^0.38.3",
 | 
						|
      "jest": "^29.7.0",
 | 
						|
      "prettier": "3.5.3",
 | 
						|
      "ts-jest": "^29.3.4",
 | 
						|
      "typescript": "5.8.3"
 | 
						|
   }
 | 
						|
}
 |