fabasoad/translation-action

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "translation-action",
  "version": "3.1.4",
  "description": "This GitHub action translates any text from any language to any language.",
  "main": "dist/index.js",
  "scripts": {
    "build": "ncc build -m src/index.ts",
    "lint": "biome lint --write src",
    "test": "jest --config=jest.config.json --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabasoad/translation-action.git"
  },
  "keywords": [
    "actions",
    "translation",
    "translator",
    "lang"
  ],
  "author": "Yevhen Fabizhevskyi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fabasoad/translation-action/issues"
  },
  "homepage": "https://github.com/fabasoad/translation-action#readme",
  "dependencies": {
    "@actions/core": "1.11.1",
    "cross-fetch": "4.0.0",
    "deepl-node": "1.15.0",
    "google-translate-api-x": "10.7.1",
    "typed-rest-client": "2.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@types/jest": "29.5.14",
    "@vercel/ncc": "0.38.3",
    "dotenv": "16.4.7",
    "jest": "29.7.0",
    "jest-circus": "29.7.0",
    "mocha-param": "2.0.1",
    "ts-jest": "29.2.5",
    "typescript": "5.7.2"
  },
  "packageManager": "yarn@4.5.3"
}