mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
376455c1ba
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.6 KiB
JSON
58 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.3.3",
|
|
"license": "MIT",
|
|
"main": "lib/lib.js",
|
|
"types": "lib/lib.d.ts",
|
|
"scripts": {
|
|
"build": "rimraf lib && tsc --declaration",
|
|
"test": "jest",
|
|
"lint": "eslint src/**/*.ts __tests__/**/*.ts",
|
|
"lint:format": "prettier --write './**/*.{ts,js,json,yml,md}' './*.{ts,js,json,yml,md}'"
|
|
},
|
|
"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": "1.7.0",
|
|
"@actions/exec": "1.1.1",
|
|
"@actions/github": "5.0.3",
|
|
"@actions/io": "1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "27.5.0",
|
|
"@types/node": "17.0.31",
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
"@typescript-eslint/parser": "4.33.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-jest": "26.1.5",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"jest": "26.6.3",
|
|
"jest-circus": "27.5.1",
|
|
"prettier": "2.6.2",
|
|
"rimraf": "3.0.2",
|
|
"ts-jest": "26.5.6",
|
|
"typescript": "4.6.4"
|
|
}
|
|
}
|