-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 859 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
{
"name": "setup-steamcmd",
"version": "1.0.0",
"description": "This action sets up the Steam Console Client for use in actions.",
"main": "dist/index.js",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build src/index.js -o dist --source-map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyberAndrii/setup-steamcmd.git"
},
"keywords": [
"GitHub",
"Actions",
"SteamCMD"
],
"author": "Andrii Vitiv",
"license": "MIT",
"bugs": {
"url": "https://github.com/CyberAndrii/setup-steamcmd/issues"
},
"homepage": "https://github.com/CyberAndrii/setup-steamcmd#readme"
}