Files
archived-tauri-action/package.json
renovate[bot] 09fec517e6 chore(deps): update dependency eslint to v9 (#790)
* chore(deps): update dependency eslint to v9

* x

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
2024-05-22 19:05:28 +02:00

51 lines
1.2 KiB
JSON

{
"name": "tauri-action",
"version": "0.5.3",
"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.1.0",
"globby": "14.0.1",
"json5": "2.2.3",
"string-argv": "0.3.2",
"tslib": "2.6.2"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/node": "20.12.12",
"@vercel/ncc": "0.38.1",
"covector": "0.10.2",
"eslint": "9.3.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.5",
"typescript": "5.4.5",
"typescript-eslint": "rc-v8"
},
"engines": {
"pnpm": "^9.0.0",
"node": ">=20"
}
}