Files
archived-tauri-action/package.json
renovate[bot] 46dbce19d9 chore(deps): update dependency typescript-eslint to v8.19.0 (#987)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-30 21:27:22 +01:00

51 lines
1.2 KiB
JSON

{
"name": "tauri-action",
"version": "0.5.18",
"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.0",
"@iarna/toml": "2.2.5",
"execa": "9.5.2",
"globby": "14.0.2",
"json5": "2.2.3",
"string-argv": "0.3.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@types/node": "22.10.2",
"@vercel/ncc": "0.38.3",
"covector": "0.12.3",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.4.2",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0"
},
"engines": {
"pnpm": "^9.0.0",
"node": ">=20"
}
}