type-challenges/scripts/package.json
Keit Oliveira e3e4616fb5
i18n: translate to pt-br (#31698)
Co-authored-by: kabrunko-dev <kabrunko.dev@protonmail.com>
Co-authored-by: kabrunko <142346548+kabrunko-dev@users.noreply.github.com>
2024-02-07 11:59:02 +01:00

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"
}
}