/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/actions/community-pr-triage/package.json
21 строка
441 B
Andrei L
chore(deps): hoist @types/node to root and align with 20, min supported engine (#26291)
23 июн 2026, 18:22
Не верифицирован
23 июн 2026, 18:22
4126e93
Код
Авторство
О чём код?
{ "name": "community-pr-triage", "version": "5.43.0", "private": true, "main": "dist/index.cjs", "scripts": { "build": "tsup", "typecheck": "tsc --noEmit" }, "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "@linear/sdk": "^37.0.0", "@notionhq/client": "^2.2.15" }, "devDependencies": { "@types/node": "20.19.41", "tsup": "^8.0.0", "typescript": "^5.4.0" } }