Files
archived-tauri-action/package.json
github-actions[bot] 18d2a3678b apply version updates (#458)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2023-05-16 15:46:33 +02:00

56 lines
1.4 KiB
JSON

{
"name": "tauri-action",
"version": "0.4.1",
"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 src/**",
"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.0",
"@actions/github": "5.1.1",
"@iarna/toml": "2.2.5",
"execa": "7.1.1",
"glob-gitignore": "^1.0.14",
"ignore": "5.2.4",
"json5": "2.2.3",
"lodash.merge": "^4.6.2",
"string-argv": "0.3.2",
"tslib": "2.5.0"
},
"devDependencies": {
"@types/node": "16.18.30",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vercel/ncc": "0.36.1",
"covector": "0.9.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard-with-typescript": "34.0.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-promise": "6.1.1",
"prettier": "2.8.8",
"typescript": "5.0.4"
},
"engines": {
"pnpm": ">=7.24.2"
}
}