Files
archived-tauri-action/package.json
github-actions[bot] 8c94c89407 apply version updates (#1097)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-06-28 17:39:46 +02:00

51 lines
1.2 KiB
JSON

{
"name": "tauri-action",
"version": "0.5.21",
"description": "Tauri GitHub Action",
"contributors": [
"Tauri Programme within The Commons Conservancy"
],
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "ncc build src/index.ts -o dist -m",
"lint": "eslint .",
"format": "prettier --write src/** action.yml README.md",
"format:check": "prettier --check src/** action.yml README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tauri-apps/tauri-action.git"
},
"keywords": [
"actions",
"tauri"
],
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@iarna/toml": "2.2.5",
"execa": "9.6.0",
"globby": "14.1.0",
"json5": "2.2.3",
"string-argv": "0.3.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@eslint/js": "9.30.0",
"@types/node": "22.15.34",
"@vercel/ncc": "0.38.3",
"covector": "0.12.4",
"eslint": "9.30.0",
"eslint-config-prettier": "10.1.5",
"prettier": "3.6.2",
"typescript": "5.8.3",
"typescript-eslint": "8.35.0"
},
"engines": {
"pnpm": "^10.0.0",
"node": ">=20"
}
}