ghaction-github-pages/package.json
dependabot-preview[bot] 51a6208d4a Bump @types/node from 12.12.7 to 12.12.8 (#24)
Bump @types/node from 12.12.7 to 12.12.8
2019-11-18 08:01:35 +01:00

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