cmake-action/package.json
dependabot[bot] c0eb6f5b51
chore: bump gha-utils from 0.4.0 to 0.4.1 (#500)
Bumps [gha-utils](https://github.com/threeal/gha-utils) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/threeal/gha-utils/releases)
- [Commits](https://github.com/threeal/gha-utils/compare/v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: gha-utils
  dependency-type: direct:production
  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>
2024-11-04 22:18:05 +08:00

32 lines
744 B
JSON

{
"name": "root",
"private": true,
"type": "module",
"scripts": {
"build": "rollup -c",
"format": "prettier --write --cache . !dist !README.md",
"lint": "eslint",
"test": "jest"
},
"dependencies": {
"gha-utils": "^0.4.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@jest/globals": "^29.7.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.6",
"eslint": "^9.13.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rollup": "^4.24.3",
"ts-jest": "^29.2.5",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"packageManager": "yarn@4.5.1"
}