Files
github-action-setup-xmake/package.json
T
Opportunity 74d9ac9b05 fetch
2019-09-30 18:16:56 +08:00

17 lines
419 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/github": "^1.1.0",
"node-fetch": "^2.6.0"
}
}