mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
Co-authored-by: kabrunko-dev <kabrunko.dev@protonmail.com> Co-authored-by: kabrunko <142346548+kabrunko-dev@users.noreply.github.com>
24 lines
587 B
JSON
24 lines
587 B
JSON
{
|
|
"name": "@type-challenges/scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@actions/io": "^1.1.3",
|
|
"@type-challenges/octokit-create-pull-request": "^0.1.9",
|
|
"@vitalets/google-translate-api": "^9.2.0",
|
|
"esno": "^4.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"fs-extra": "^11.2.0",
|
|
"js-yaml": "^4.1.0",
|
|
"limax": "^4.1.0",
|
|
"lz-string": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/types": "^12.4.0",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/lz-string": "^1.5.0"
|
|
}
|
|
}
|