mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-31 01:50:01 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "javascript-template-action",
 | |
|   "version": "0.0.0",
 | |
|   "private": true,
 | |
|   "description": "JavaScript template action",
 | |
|   "main": "lib/main.js",
 | |
|   "scripts": {
 | |
|     "build": "tsc",
 | |
|     "test": "jest"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/actions/javascript-template.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "actions",
 | |
|     "node",
 | |
|     "setup"
 | |
|   ],
 | |
|   "author": "YourNameOrOrganization",
 | |
|   "license": "MIT",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.0.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/jest": "^24.0.13",
 | |
|     "@types/node": "^12.0.4",
 | |
|     "jest": "^24.8.0",
 | |
|     "jest-circus": "^24.7.1",
 | |
|     "ts-jest": "^24.0.2",
 | |
|     "typescript": "^3.5.1"
 | |
|   }
 | |
| }
 | 
