{ "name": "tauri-action", "version": "0.3.1", "description": "Tauri GitHub Action", "author": "Lucas Nogueira ", "license": "MIT", "main": "dist/index.js", "type": "module", "scripts": { "build": "ncc build src/index.ts -o dist -m" }, "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", "@tauri-apps/action-core": "0.3.1", "node-fetch": "3.3.0", "string-argv": "0.3.1", "tslib": "2.4.1" }, "devDependencies": { "@types/node": "16.18.11", "@vercel/ncc": "0.36.0", "rollup": "2.79.1", "typescript": "4.9.4" } }