github-pages-deploy-action/package.json
dependabot[bot] 46b21812b4
Bump @types/node from 14.14.37 to 14.14.39 (#670)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.37 to 14.14.39.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-15 10:34:32 -04:00

56 lines
1.4 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.1.1",
"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'"
},
"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.2.7",
"@actions/exec": "1.0.4",
"@actions/github": "4.0.0",
"@actions/io": "1.1.0"
},
"devDependencies": {
"@types/jest": "26.0.22",
"@types/node": "14.14.39",
"eslint": "7.24.0",
"eslint-plugin-github": "4.1.3",
"eslint-plugin-jest": "24.3.5",
"eslint-plugin-prettier": "3.3.1",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"typescript": "4.2.4"
}
}