Files
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 6a3f9e647f build(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 (#461)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...4.3.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-07 03:09:06 +00:00

61 lines
1.7 KiB
JSON

{
"name": "slash-command-dispatch",
"version": "5.0.0",
"private": true,
"description": "Facilitates 'ChatOps' by creating dispatch events for slash commands",
"main": "lib/main.js",
"engines": {
"node": ">=24.4.0"
},
"scripts": {
"build": "tsc && ncc build",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"test": "jest unit",
"test:int": "jest int"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peter-evans/slash-command-dispatch.git"
},
"keywords": [
"slash",
"command",
"dispatch"
],
"author": "Peter Evans",
"license": "MIT",
"bugs": {
"url": "https://github.com/peter-evans/slash-command-dispatch/issues"
},
"homepage": "https://github.com/peter-evans/slash-command-dispatch#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@octokit/core": "^6.1.6",
"@octokit/plugin-paginate-rest": "^11.6.0",
"@octokit/plugin-rest-endpoint-methods": "^6.8.1",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^16.18.126",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.38.4",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^5.5.6",
"jest": "^30.4.2",
"jest-circus": "^30.2.0",
"js-yaml": "^4.3.1",
"prettier": "^3.8.3",
"ts-jest": "^29.4.11",
"typescript": "^4.9.5"
}
}