nodejs-wrapper/package.json
{
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper", "version": "2.1.2", "description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.", "keywords": [ "gh-actions", "ghactions", "github-actions", "PSEdition_Core", "toolkit" ], "homepage": "https://github.com/hugoalh-studio/ghactions-toolkit-powershell#readme", "bugs": { "url": "https://github.com/hugoalh-studio/ghactions-toolkit-powershell/issues" }, "license": "MIT", "author": "hugoalh", "type": "module", "main": "./main.js", "exports": { "import": "./main.js" }, "repository": { "type": "git", "url": "git+https://github.com/hugoalh-studio/ghactions-toolkit-powershell.git" }, "engines": { "node": ">=16.13.0" }, "private": true } |