mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "tauri-action",
|
|
"version": "0.6.0",
|
|
"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",
|
|
"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"
|
|
],
|
|
"minimumReleaseAge": 4320,
|
|
"dependencies": {
|
|
"@actions/artifact": "5.0.2",
|
|
"@actions/core": "2.0.3",
|
|
"@actions/github": "7.0.0",
|
|
"execa": "9.6.1",
|
|
"find-up-simple": "1.0.1",
|
|
"globby": "16.1.0",
|
|
"json5": "2.2.3",
|
|
"smol-toml": "1.6.0",
|
|
"string-argv": "0.3.2",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.2",
|
|
"@types/node": "24.10.9",
|
|
"@vercel/ncc": "0.38.4",
|
|
"covector": "0.12.4",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"prettier": "3.8.0",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.54.0"
|
|
},
|
|
"engines": {
|
|
"pnpm": "^10.16.0",
|
|
"node": ">=20"
|
|
}
|
|
}
|