mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-22 19:41:20 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 20.14.12. - [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>
30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "ncc build src/index.ts",
|
|
"format": "prettier --write --cache . !dist !README.md",
|
|
"lint": "eslint",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/exec": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.7.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.14.12",
|
|
"@vercel/ncc": "^0.38.1",
|
|
"eslint": "^9.7.0",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.3.3",
|
|
"ts-jest": "^29.2.3",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^7.17.0"
|
|
},
|
|
"packageManager": "yarn@4.3.1"
|
|
}
|