type-challenges/scripts/package.json
2020-09-13 18:43:26 +08:00

24 lines
582 B
JSON

{
"name": "@type-challenges/scripts",
"private": true,
"version": "1.0.0",
"dependencies": {
"@actions/core": "^1.2.5",
"@actions/github": "^4.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.4.1",
"@types/js-yaml": "^3.12.5",
"@types/lz-string": "^1.3.34"
}
}