Files
archived-tauri-action/package.json
github-actions[bot] b1dc93b31a apply version updates (#822)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-06-11 11:36:27 +02:00

51 lines
1.2 KiB
JSON

{
"name": "tauri-action",
"version": "0.5.6",
"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.10.1",
"@actions/github": "6.0.0",
"@iarna/toml": "2.2.5",
"execa": "9.2.0",
"globby": "14.0.1",
"json5": "2.2.3",
"string-argv": "0.3.2",
"tslib": "2.6.3"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/node": "20.14.2",
"@vercel/ncc": "0.38.1",
"covector": "0.11.0",
"eslint": "9.4.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.3.1",
"typescript": "5.4.5",
"typescript-eslint": "rc-v8"
},
"engines": {
"pnpm": "^9.0.0",
"node": ">=20"
}
}