mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
bbe900e6c8
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.4 to 3.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.4...v3.7.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "github-pages-deploy-action",
|
|
"description": "GitHub action for building a project and deploying it to GitHub pages.",
|
|
"private": true,
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"lint": "tslint -p tsconfig.json --project '.' || (echo Project needs formatting)",
|
|
"format": "prettier --write './src/*.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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.0",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/github": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.23",
|
|
"@types/node": "^12.12.9",
|
|
"jest": "^24.8.0",
|
|
"jest-circus": "^24.7.1",
|
|
"lodash": "^4.17.15",
|
|
"prettier": "^1.19.1",
|
|
"ts-jest": "^24.0.2",
|
|
"tslint": "^5.20.0",
|
|
"typescript": "^3.7.2"
|
|
}
|
|
}
|