type-challenges/scripts/package.json
2021-12-07 14:38:17 +08:00

24 lines
581 B
JSON

{
"name": "@type-challenges/scripts",
"private": true,
"version": "1.0.0",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^4.0.0",
"@actions/io": "^1.1.1",
"@type-challenges/octokit-create-pull-request": "^0.1.8",
"esno": "^0.5.0",
"fast-glob": "^3.2.7",
"fs-extra": "^9.1.0",
"google-translate-open-api": "^1.3.7",
"js-yaml": "^4.1.0",
"limax": "^2.1.0",
"lz-string": "^1.4.4"
},
"devDependencies": {
"@octokit/types": "^6.34.0",
"@types/js-yaml": "^4.0.5",
"@types/lz-string": "^1.3.34"
}
}