gha-utils
Version:
A minimalistic utility package for developing GitHub Actions
46 lines • 1.14 kB
JSON
{
"name": "gha-utils",
"version": "0.4.1",
"description": "A minimalistic utility package for developing GitHub Actions",
"keywords": [
"github",
"actions",
"utility"
],
"homepage": "https://threeal.github.io/gha-utils",
"bugs": {
"url": "https://github.com/threeal/gha-utils/issues",
"email": "alfi.maulana.f@gmail.com"
},
"repository": "github:threeal/gha-utils",
"license": "MIT",
"author": "Alfi Maulana <alfi.maulana.f@gmail.com>",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"docs": "typedoc src/index.ts",
"format": "prettier --write --cache .",
"lint": "eslint",
"prepack": "tsc",
"test": "jest"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.5",
"eslint": "^9.13.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"packageManager": "yarn@4.5.1"
}