Files
archived-tauri-action/package.json
2025-11-14 20:22:28 +01:00

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 -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"
],
"minimumReleaseAge": 4320,
"dependencies": {
"@actions/artifact": "4.0.0",
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"execa": "9.6.0",
"find-up-simple": "1.0.1",
"globby": "15.0.0",
"json5": "2.2.3",
"smol-toml": "1.4.2",
"string-argv": "0.3.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@eslint/js": "9.39.1",
"@types/node": "24.10.0",
"@vercel/ncc": "0.38.4",
"covector": "0.12.4",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"prettier": "3.6.2",
"typescript": "5.9.3",
"typescript-eslint": "8.46.4"
},
"engines": {
"pnpm": "^10.16.0",
"node": ">=20"
}
}