UNPKG

setup-v-action

Version:

GitHub action for setting up a V (Vlang) build environment by downloading and unpacking the V compiler or building it from sources.

62 lines 1.6 kB
{ "name": "setup-v-action", "version": "2.3.3", "description": "GitHub action for setting up a V (Vlang) build environment by downloading and unpacking the V compiler or building it from sources.", "author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/prantlf/setup-v-action/blob/master/LICENSE" } ], "homepage": "http://prantlf.github.com/setup-v-action/", "repository": { "type": "git", "url": "https://github.com/prantlf/setup-v-action.git" }, "bugs": { "url": "http://github.com/prantlf/setup-v-action/issues" }, "main": "dist/index.js", "exports": { "require": "./dist/index.js" }, "files": [ "dist", "action.yml" ], "engines": { "node": ">= 18" }, "scripts": { "build": "rollup -c", "lint": "denolint", "check": "node test/index", "test": "denolint && node test/index" }, "devDependencies": { "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.1", "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "builtins": "^5.1.0", "denolint": "^2.0.14", "mersenne-twister": "^1.1.0", "rollup": "^4.17.2" }, "keywords": [ "github-actions", "github", "actions", "setup", "vlang", "v" ] }