nodejs-wrapper/package.json

{
    "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
    "version": "2.1.3-beta.3",
    "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",
        "powershell",
        "toolkit",
        "wrapper"
    ],
    "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"
    },
    "scripts": {
        "wrapper-transform": "tsc"
    },
    "dependencies": {
        "@actions/artifact": "^2.1.1",
        "@actions/cache": "^3.2.4",
        "@actions/core": "^1.10.1",
        "@actions/tool-cache": "^2.0.1"
    },
    "devDependencies": {
        "@stylistic/eslint-plugin": "^1.6.0",
        "@types/node": "^20.11.16",
        "@typescript-eslint/eslint-plugin": "^6.21.0",
        "@typescript-eslint/parser": "^6.21.0",
        "eslint": "^8.56.0",
        "eslint-plugin-only-warn": "^1.1.0",
        "typescript": "^5.3.3"
    },
    "engines": {
        "node": ">=16.13.0"
    },
    "private": true
}