Files
archived-actions-netlify/package.json
dependabot[bot] af8e90039c Build(deps): bump @actions/github from 4.0.0 to 5.1.1 (#829)
* Build(deps): bump @actions/github from 4.0.0 to 5.1.1

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 4.0.0 to 5.1.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update for @actions/github 5.1.1

* ci: add `pull-requests: write` to permissions

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryo Ota <nwtgck@nwtgck.org>
2022-12-04 00:33:26 +09:00

46 lines
1.2 KiB
JSON

{
"name": "actions-netlify",
"version": "1.2.4",
"private": true,
"description": "GitHub Actions for Netlify",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "ncc build",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nwtgck/actions-netlify.git"
},
"keywords": [
"actions",
"Netlify"
],
"author": "Ryo Ota <nwtgck@nwtgck.org> (https://github.com/nwtgck)",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"netlify": "^6.1.29"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.25.0",
"jest": "^26.6.3",
"jest-circus": "^27.5.1",
"js-yaml": "^4.1.0",
"prettier": "^2.7.1",
"ts-jest": "^26.5.6",
"typescript": "^4.8.4"
}
}