ghaction-github-pages/package.json
2019-11-15 15:57:27 +01:00

40 lines
873 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",
"@types/ncp": "^2.0.3",
"ncp": "^2.0.0"
},
"devDependencies": {
"@actions/io": "^1.0.0",
"@types/node": "^12.12.7",
"prettier": "^1.19.1",
"typescript": "^3.7.2",
"typescript-formatter": "^7.2.2"
}
}