Files
github-action-setup-xmake/package.json
T
2019-10-12 12:49:53 +08:00

21 lines
517 B
JSON

{
"name": "github-action-setup-xmake",
"version": "1.0.1",
"description": "Set up your GitHub Actions workflow with a specific version of xmake",
"main": "dist/index.js",
"author": "OpportunityLiu",
"license": "GPLv3",
"scripts": {
"start": "tsc --watch"
},
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"@types/node": "^12.7.12",
"@types/semver": "^6.0.2",
"semver": "^6.3.0"
}
}