mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
29 lines
676 B
JSON
29 lines
676 B
JSON
{
|
|
"name": "@tauri-apps/action-cli",
|
|
"version": "0.0.10",
|
|
"description": "Tauri GitHub Action CLI",
|
|
"author": "Lucas Nogueira <lucas@tauri.studio>",
|
|
"license": "MIT",
|
|
"main": "dist",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup --config",
|
|
"prepublishOnly": "rollup --config"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tauri-apps/tauri-action.git"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/action-core": "0.2.0",
|
|
"minimist": "1.2.7",
|
|
"tslib": "2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "8.5.0",
|
|
"@types/minimist": "1.2.2",
|
|
"rollup": "2.79.1",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|