mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
24 lines
584 B
JSON
24 lines
584 B
JSON
{
|
|
"name": "@type-challenges/scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@actions/core": "^1.6.0",
|
|
"@actions/github": "^5.0.1",
|
|
"@actions/io": "^1.1.2",
|
|
"@type-challenges/octokit-create-pull-request": "^0.1.9",
|
|
"esno": "^0.14.1",
|
|
"fast-glob": "^3.2.11",
|
|
"fs-extra": "^10.1.0",
|
|
"google-translate-open-api": "^1.3.7",
|
|
"js-yaml": "^4.1.0",
|
|
"limax": "^3.0.0",
|
|
"lz-string": "^1.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/types": "^6.34.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/lz-string": "^1.3.34"
|
|
}
|
|
}
|