{ "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.4", "@zeit/ncc": "^0.22.1", "prettier": "^2.0.5", "typescript": "^3.8.3", "typescript-formatter": "^7.2.2" } }