ghaction-github-pages/package.json
dependabot-preview[bot] 2ad00544fa Bump @actions/exec from 1.0.1 to 1.0.2 (#35)
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 09:48:30 +01:00

40 lines
884 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.2",
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@actions/io": "^1.0.0",
"@types/fs-extra": "^8.0.1",
"@types/node": "^12.12.14",
"prettier": "^1.19.1",
"typescript": "^3.7.3",
"typescript-formatter": "^7.2.2"
}
}