aaab6d2633
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.11.1 to 13.13.0. - [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>
41 lines
938 B
JSON
41 lines
938 B
JSON
{
|
|
"name": "github-pages",
|
|
"description": "GitHub Action to deploy to GitHub Pages",
|
|
"main": "lib/main.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && ncc build",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"pre-checkin": "npm run format && npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/crazy-max/ghaction-docker-buildx.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"github",
|
|
"pages",
|
|
"deploy"
|
|
],
|
|
"author": "CrazyMax",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.3",
|
|
"@actions/exec": "^1.0.3",
|
|
"fs-extra": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.0.2",
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/node": "^13.13.0",
|
|
"@zeit/ncc": "^0.22.1",
|
|
"prettier": "^2.0.4",
|
|
"typescript": "^3.8.3",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|