mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
34 lines
746 B
JSON
34 lines
746 B
JSON
{
|
|
"name": "tauri-action",
|
|
"version": "0.2.0",
|
|
"description": "Tauri GitHub Action",
|
|
"author": "Lucas Nogueira <lucas@tauri.studio>",
|
|
"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.5.0",
|
|
"@actions/github": "5.0.0",
|
|
"@tauri-apps/action-core": "0.2.0",
|
|
"string-argv": "0.3.1",
|
|
"tslib": "2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "16.11.26",
|
|
"@vercel/ncc": "0.33.3",
|
|
"rollup": "2.69.2",
|
|
"typescript": "4.6.2"
|
|
}
|
|
}
|