forked from federicocarboni/setup-ffmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "setup-ffmpeg",
"version": "1.0.0",
"private": true,
"description": "Setup FFmpeg in GitHub Actions",
"scripts": {
"build": "ncc build src/action.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FedericoCarboni/setup-ffmpeg.git"
},
"keywords": [],
"author": {
"name": "Federico Carboni",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FedericoCarboni/setup-ffmpeg/issues"
},
"homepage": "https://github.com/FedericoCarboni/setup-ffmpeg#readme",
"devDependencies": {
"@types/node": "^16.11.68",
"@vercel/ncc": "^0.27.0",
"eslint": "^7.32.0"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^1.7.2",
"@octokit/rest": "^18.12.0"
}
}