mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-31 01:50:01 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			79 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "gradle-actions",
 | |
|   "version": "1.0.0",
 | |
|   "private": true,
 | |
|   "description": "Execute Gradle Build",
 | |
|   "scripts": {
 | |
|     "postinstall": "patch-package",
 | |
|     "prettier-write": "prettier --write 'src/**/*.ts'",
 | |
|     "prettier-check": "prettier --check 'src/**/*.ts'",
 | |
|     "lint": "eslint 'src/**/*.ts'",
 | |
|     "compile-dependency-submission-main": "ncc build src/actions/dependency-submission/main.ts --out dist/dependency-submission/main --source-map --no-source-map-register",
 | |
|     "compile-dependency-submission-post": "ncc build src/actions/dependency-submission/post.ts --out dist/dependency-submission/post --source-map --no-source-map-register",
 | |
|     "compile-setup-gradle-main": "ncc build src/actions/setup-gradle/main.ts --out dist/setup-gradle/main --source-map --no-source-map-register",
 | |
|     "compile-setup-gradle-post": "ncc build src/actions/setup-gradle/post.ts --out dist/setup-gradle/post --source-map --no-source-map-register",
 | |
|     "compile-wrapper-validation-main": "ncc build src/actions/wrapper-validation/main.ts --out dist/wrapper-validation/main --source-map --no-source-map-register",
 | |
|     "compile": "npm-run-all --parallel compile-*",
 | |
|     "check": "npm-run-all --parallel prettier-check lint",
 | |
|     "format": "npm-run-all --parallel prettier-write lint",
 | |
|     "test": "jest",
 | |
|     "build": "npm run format && npm run compile",
 | |
|     "all": "npm run build && npm test"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/gradle/actions.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "github",
 | |
|     "actions",
 | |
|     "github-actions",
 | |
|     "gradle"
 | |
|   ],
 | |
|   "license": "MIT",
 | |
|   "dependencies": {
 | |
|     "@actions/artifact": "2.3.2",
 | |
|     "@actions/cache": "4.0.3",
 | |
|     "@actions/core": "1.11.1",
 | |
|     "@actions/exec": "1.1.1",
 | |
|     "@actions/github": "6.0.0",
 | |
|     "@actions/glob": "0.5.0",
 | |
|     "@actions/http-client": "2.2.3",
 | |
|     "@actions/tool-cache": "2.0.2",
 | |
|     "@octokit/webhooks-types": "7.6.1",
 | |
|     "cheerio": "1.0.0",
 | |
|     "semver": "7.7.1",
 | |
|     "string-argv": "0.3.2",
 | |
|     "unhomoglyph": "1.0.6",
 | |
|     "which": "5.0.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz",
 | |
|     "@jest/globals": "29.7.0",
 | |
|     "@types/jest": "29.5.14",
 | |
|     "@types/node": "20.17.32",
 | |
|     "@types/semver": "7.7.0",
 | |
|     "@types/unzipper": "0.10.11",
 | |
|     "@types/which": "3.0.4",
 | |
|     "@typescript-eslint/eslint-plugin": "8.31.1",
 | |
|     "@typescript-eslint/parser": "8.29.1",
 | |
|     "@vercel/ncc": "0.38.3",
 | |
|     "dedent": "1.6.0",
 | |
|     "eslint": "9.24.0",
 | |
|     "globals": "16.0.0",
 | |
|     "jest": "29.7.0",
 | |
|     "nock": "13.5.6",
 | |
|     "npm-run-all": "4.1.5",
 | |
|     "patch-package": "8.0.0",
 | |
|     "prettier": "3.5.3",
 | |
|     "ts-jest": "29.3.2",
 | |
|     "typescript": "5.8.3"
 | |
|   },
 | |
|   "overrides": {
 | |
|     "@azure/logger": "1.1.4",
 | |
|     "@octokit/request": "8.4.1",
 | |
|     "@octokit/request-error": "5.1.1",
 | |
|     "@octokit/plugin-paginate-rest": "9.2.2"
 | |
|   }
 | |
| }
 | 
