19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"name": "github-action-setup-xmake",
|
|
"version": "1.0.0",
|
|
"description": "Set up your GitHub Actions workflow with a specific version of xmake",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "OpportunityLiu",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.1",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/tool-cache": "^1.1.2",
|
|
"@octokit/rest": "^16.30.1",
|
|
"semver": "^6.3.0"
|
|
}
|
|
}
|