mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
28 lines
658 B
JSON
28 lines
658 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",
|
|
"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.0.10",
|
|
"minimist": "1.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "8.2.1",
|
|
"@types/minimist": "^1.2.1",
|
|
"rollup": "2.42.4",
|
|
"tslib": "2.1.0",
|
|
"typescript": "4.2.3"
|
|
}
|
|
}
|