mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
* feat(translate): auto translate * fix(dep): fix dep location error * fix(log): show why error * fix(cycle): fix cycle * fix(pr): pr now will contains all info * feat(info): add auto translate tips * fix(info): fix loss info * fix(info): try to fix playground info error * feat(markdown): make tips has a style * fix(file-name): fix file name * Update scripts/actions/issue-pr.ts Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com> * fix(dep): remove package-lock.json and update pnpm lock file Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"name": "@type-challenges/actions",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/github": "^3.0.0",
|
|
"@actions/io": "^1.0.2",
|
|
"@type-challenges/octokit-create-pull-request": "^0.1.8",
|
|
"esno": "^0.2.0",
|
|
"fast-glob": "^3.2.4",
|
|
"fs-extra": "^9.0.1",
|
|
"google-translate-open-api": "^1.3.5",
|
|
"js-yaml": "^3.14.0",
|
|
"limax": "^2.1.0",
|
|
"lz-string": "^1.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/types": "^5.2.1",
|
|
"@types/js-yaml": "^3.12.5",
|
|
"@types/lz-string": "^1.3.34"
|
|
}
|
|
}
|