mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "github-pages-deploy-action",
|
|
"description": "GitHub action for building a project and deploying it to GitHub pages.",
|
|
"version": "3.2.4",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"lint": "tslint -p tsconfig.json --project '.' || (echo Project needs formatting)",
|
|
"format": "prettier --write './**/*.ts'"
|
|
},
|
|
"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"
|
|
],
|
|
"author": "James Ives <iam@jamesiv.es>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.0",
|
|
"@actions/exec": "^1.0.2",
|
|
"@actions/github": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.0",
|
|
"@types/node": "^13.1.2",
|
|
"jest": "^25.1.0",
|
|
"jest-circus": "^25.1.0",
|
|
"prettier": "^1.19.1",
|
|
"ts-jest": "^25.0.0",
|
|
"tslint": "^6.0.0",
|
|
"typescript": "^3.7.4"
|
|
}
|
|
}
|