Files
github-actions-magento2/package.json
T
dependabot[bot] cf9dc345a0 chore(deps-dev): bump @types/node from 22.13.1 to 22.13.9 (#274)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.1 to 22.13.9.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 06:17:27 +00:00

36 lines
932 B
JSON

{
"name": "@mage-os/github-actions",
"version": "1.6.0",
"description": "Github Actions for Magento 2",
"scripts": {
"test": "cd supported-version && npm run test && cd -",
"release": "standard-version"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mage-os/github-actions.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mage-os/github-actions/issues"
},
"homepage": "https://github.com/mage-os/github-actions#readme",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^22.13.9",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"esbuild": "^0.25.0",
"eslint": "^9.21.0",
"jest": "^29.5.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.6",
"typescript": "^5.7.3"
}
}