forked from msys2/setup-msys2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 841 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
35
36
37
38
39
40
{
"name": "setup-msys2",
"version": "1.0.0",
"description": "MSYS2 Setup GitHub Action",
"repository": {
"type": "git",
"url": "git+https://github.com/msys2/setup-msys2.git"
},
"scripts": {
"pkg": "ncc build main.js -m -o ./",
"lint": "eslint ."
},
"keywords": [
"GitHub",
"Actions",
"MSYS2",
"MINGW64",
"MINGW32",
"MSYS",
"UCRT64",
"CLANG32",
"CLANG64"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/msys2/setup-msys2/issues"
},
"homepage": "https://github.com/msys2/setup-msys2",
"dependencies": {
"@actions/cache": "^1.0.7",
"@actions/core": "^1.6.0",
"@actions/exec": "^1.0.4",
"@actions/tool-cache": "^1.7.0",
"folder-hash": "^4.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.31.0",
"eslint": "^8.2.0"
}
}