mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "tauri-action",
|
|
"version": "0.4.2",
|
|
"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.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "16.18.34",
|
|
"@typescript-eslint/eslint-plugin": "5.59.8",
|
|
"@typescript-eslint/parser": "5.59.8",
|
|
"@vercel/ncc": "0.36.1",
|
|
"covector": "0.9.0",
|
|
"eslint": "8.42.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-config-standard-with-typescript": "35.0.0",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-n": "16.0.0",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"prettier": "2.8.8",
|
|
"typescript": "5.1.3"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=7.33.0"
|
|
}
|
|
}
|