webhook-action/package.json
dependabot[bot] 87a3d70484
Bump @types/node from 16.11.13 to 17.0.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.13 to 17.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 11:04:18 +00:00

43 lines
1.1 KiB
JSON

{
"name": "webhook-action",
"version": "2.1.0",
"description": "Github Webhook Action",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelwmale/webhook-action.git"
},
"keywords": [
"github",
"actions",
"node",
"webhook",
"action"
],
"author": "Joel Male",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"node-fetch": "^3.1.0"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^17.0.0",
"@typescript-eslint/parser": "^5.7.0",
"@vercel/ncc": "^0.33.0",
"eslint": "^8.4.1",
"eslint-plugin-github": "^4.3.5",
"eslint-plugin-jest": "^25.3.0",
"https": "^1.0.0",
"js-yaml": "^4.1.0",
"prettier": "2.5.1",
"typescript": "^4.5.4"
}
}