{ "name": "github-pages", "description": "GitHub Action to deploy to GitHub Pages", "main": "lib/main.js", "scripts": { "build": "tsc && ncc build", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "cleanup-paths": "removeNPMAbsolutePaths ./ --force --fields _where _args", "pre-checkin": "npm run format && npm run cleanup-paths && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/crazy-max/ghaction-github-pages.git" }, "keywords": [ "actions", "github", "pages", "deploy" ], "author": "CrazyMax", "license": "MIT", "dependencies": { "@actions/core": "^1.2.4", "@actions/exec": "^1.0.4", "addressparser": "^1.0.1", "fs-extra": "^9.0.0" }, "devDependencies": { "@actions/io": "^1.0.2", "@types/fs-extra": "^9.0.1", "@types/node": "^14.0.4", "@zeit/ncc": "^0.22.2", "prettier": "^2.0.5", "removeNPMAbsolutePaths": "^2.0.0", "typescript": "^3.9.3", "typescript-formatter": "^7.2.2" } }