mirror of
				https://github.com/JonasKruckenberg/tauri-build.git
				synced 2025-10-31 16:13:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "tauri-build",
 | |
|   "version": "1.5.11",
 | |
|   "description": "TypeScript template action",
 | |
|   "main": "lib/main.js",
 | |
|   "scripts": {
 | |
|     "build": "tsc",
 | |
|     "format": "prettier --write '**/*.ts'",
 | |
|     "format-check": "prettier --check '**/*.ts'",
 | |
|     "lint": "eslint src/**/*.ts",
 | |
|     "package": "ncc build --source-map --license licenses.txt",
 | |
|     "all": "npm run build && npm run format && npm run lint && npm run package && npm test"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/JonasKruckenberg/tauri-build.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "actions",
 | |
|     "node",
 | |
|     "setup"
 | |
|   ],
 | |
|   "author": "",
 | |
|   "license": "MIT",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.10.1",
 | |
|     "@tauri-apps/cli": "1.6.0",
 | |
|     "@tauri-apps/cli-darwin-x64": "1.6.0",
 | |
|     "@tauri-apps/cli-darwin-arm64": "1.6.0",
 | |
|     "@tauri-apps/cli-linux-x64-gnu": "1.6.0",
 | |
|     "@tauri-apps/cli-win32-x64-msvc": "1.6.0",
 | |
|     "string-argv": "^0.3.2",
 | |
|     "tiny-glob": "^0.2.9"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/node": "20.19.18",
 | |
|     "@typescript-eslint/parser": "6.7.0",
 | |
|     "@vercel/ncc": "0.38.1",
 | |
|     "eslint": "8.49.0",
 | |
|     "eslint-plugin-github": "4.10.1",
 | |
|     "js-yaml": "4.1.0",
 | |
|     "prettier": "3.0.3",
 | |
|     "typescript": "5.3.3"
 | |
|   },
 | |
|   "packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
 | |
| }
 |