mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-06 22:33:34 -04:00
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "install-ffmpeg-macos",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Brendan Allan",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.6.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^5.0.1"
|
|
}
|
|
}
|