cde164fd08
* Bump @actions/core from 1.5.0 to 1.6.0 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update generated content Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <contact@crazymax.dev> Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
39 lines
927 B
JSON
39 lines
927 B
JSON
{
|
|
"name": "github-pages",
|
|
"description": "GitHub Action to deploy to GitHub Pages",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"package": "ncc build --source-map --license licenses.txt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/crazy-max/ghaction-github-pages.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"github",
|
|
"pages",
|
|
"deploy"
|
|
],
|
|
"author": "CrazyMax",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.6.0",
|
|
"@actions/exec": "^1.1.0",
|
|
"addressparser": "^1.0.1",
|
|
"fs-extra": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.0",
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/node": "^15.3.0",
|
|
"@vercel/ncc": "^0.28.5",
|
|
"prettier": "^2.3.0",
|
|
"typescript": "^4.2.4",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|