module/nodejs-wrapper/package.json

{
    "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper-distribution",
    "version": "1.2.0-beta.1",
    "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": "./dist/main.js",
    "exports": {
        "import": "./dist/main.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hugoalh-studio/ghactions-toolkit-powershell.git"
    },
    "engines": {
        "node": ">=14.15.0"
    },
    "private": true
}