{ "name": "@jamesives/github-pages-deploy-action", "description": "GitHub action for building a project and deploying it to GitHub pages.", "author": "James Ives (https://jamesiv.es)", "version": "4.1.5", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts", "scripts": { "build": "rimraf lib && tsc --declaration", "test": "jest", "lint": "eslint src/**/*.ts __tests__/**/*.ts", "lint:format": "prettier --write './**/*.{ts,js,json,yml,md}' './*.{ts,js,json,yml,md}'" }, "repository": { "type": "git", "url": "git+https://github.com/JamesIves/github-pages-deploy-action.git" }, "bugs": { "url": "https://github.com/JamesIves/github-pages-deploy-action/issues" }, "homepage": "https://github.com/JamesIves/github-pages-deploy-action", "keywords": [ "actions", "node", "setup", "build", "deploy", "gh-pages", "pages", "github", "deploy", "deployment" ], "dependencies": { "@actions/core": "1.6.0", "@actions/exec": "1.1.0", "@actions/github": "5.0.0", "@actions/io": "1.1.1" }, "devDependencies": { "@types/jest": "27.0.2", "@types/node": "16.10.3", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-jest": "24.5.2", "eslint-plugin-prettier": "4.0.0", "jest": "26.6.3", "jest-circus": "27.2.4", "prettier": "2.4.1", "rimraf": "3.0.2", "ts-jest": "26.5.6", "typescript": "4.4.3" } }