{ "private": true, "name": "configure-pages", "version": "1.0.0", "description": "A GitHub Action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows.", "main": "./dist/index.js", "scripts": { "all": "npm run format && npm run lint && npm run prepare && npm run test", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "DEBUG=eslint:cli-engine eslint --fix .", "lint:check": "DEBUG=eslint:cli-engine eslint .", "prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/actions/configure-pages.git" }, "author": "GitHub", "license": "MIT", "bugs": { "url": "https://github.com/actions/configure-pages/issues" }, "homepage": "https://github.com/actions/configure-pages#readme", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "error-stack-parser": "^2.1.4", "espree": "^9.6.1" }, "devDependencies": { "@octokit/request-error": "^5.0.1", "@vercel/ncc": "^0.38.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-github": "^5.0.1", "jest": "^29.7.0", "prettier": "^2.8.7" } }