Files
github-pages-deploy-action/package.json
dependabot[bot] 6081539e5a build(deps): bump @actions/core from 2.0.0 to 2.0.1 in the actions group (#1933)
Bumps the actions group with 1 update: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core).


Updates `@actions/core` from 2.0.0 to 2.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-14 08:05:18 -05:00

62 lines
1.6 KiB
JSON

{
"name": "@jamesives/github-pages-deploy-action",
"description": "GitHub action for building a project and deploying it to GitHub pages.",
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
"version": "4.7.4",
"license": "MIT",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
"scripts": {
"build": "rimraf lib && tsc --declaration",
"test": "jest",
"lint": "eslint --fix .",
"lint:check": "eslint .",
"lint:format": "prettier --write .",
"lint:format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamesIves/github-pages-deploy-action.git"
},
"bugs": {
"url": "https://github.com/JamesIves/github-pages-deploy-action/issues"
},
"homepage": "https://github.com/JamesIves/github-pages-deploy-action",
"keywords": [
"actions",
"node",
"setup",
"build",
"deploy",
"gh-pages",
"pages",
"github",
"deploy",
"deployment"
],
"dependencies": {
"@actions/core": "2.0.1",
"@actions/exec": "2.0.0",
"@actions/github": "6.0.1",
"@actions/io": "2.0.0",
"@eslint/js": "^9.0.0",
"typescript-eslint": "^8.13.0"
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.15.30",
"@typescript-eslint/eslint-plugin": "8.49.0",
"@typescript-eslint/parser": "8.49.0",
"eslint": "9.28.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jest": "29.2.1",
"eslint-plugin-prettier": "5.5.4",
"jest": "29.7.0",
"jest-circus": "30.2.0",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"ts-jest": "29.3.4",
"typescript": "5.8.3"
}
}