fc6174a438
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.0 to 12.12.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
38 lines
824 B
JSON
38 lines
824 B
JSON
{
|
|
"name": "github-pages",
|
|
"description": "GitHub Action to deploy to GitHub Pages",
|
|
"main": "lib/main.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"prune": "npm prune --production"
|
|
},
|
|
"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.0",
|
|
"@actions/exec": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.0.0",
|
|
"@types/node": "^12.12.5",
|
|
"prettier": "^1.17.1",
|
|
"typescript": "^3.6.4",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|