mirror of
https://github.com/actions/runner-container-hooks.git
synced 2026-01-20 09:50:49 +08:00
Bumps the all-dependencies group with 1 update in the /packages/hooklib directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 24.10.9 to 25.0.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-version: 25.0.9 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
641 B
JSON
28 lines
641 B
JSON
{
|
|
"name": "hooklib",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"format-check": "prettier --check '**/*.ts'",
|
|
"lint": "eslint src/**/*.ts"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.9",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"eslint": "^9.31.0",
|
|
"eslint-plugin-github": "^6.0.0",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^2.0.2"
|
|
}
|
|
}
|