github-pages-deploy-action/package.json
dependabot-preview[bot] 5b8b218db3 Bump tslint from 5.20.1 to 6.0.0 (#144)
Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.0.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.20.1...6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 08:28:55 -05:00

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.1.1",
"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": "^24.0.25",
"@types/node": "^13.1.2",
"jest": "^24.8.0",
"jest-circus": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"tslint": "^6.0.0",
"typescript": "^3.7.4"
}
}