mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "tauri-action",
|
|
"version": "0.5.8",
|
|
"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.3.0",
|
|
"globby": "14.0.2",
|
|
"json5": "2.2.3",
|
|
"string-argv": "0.3.2",
|
|
"tslib": "2.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.3.0",
|
|
"@types/node": "20.14.9",
|
|
"@vercel/ncc": "0.38.1",
|
|
"covector": "0.11.0",
|
|
"eslint": "9.6.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"prettier": "3.3.2",
|
|
"typescript": "5.5.3",
|
|
"typescript-eslint": "rc-v8"
|
|
},
|
|
"engines": {
|
|
"pnpm": "^9.0.0",
|
|
"node": ">=20"
|
|
}
|
|
}
|