{
  "name": "@kreisler/js-google-translate-free",
  "version": "4.0.2",
  "description": "Google Translate Free library for JS",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "jsdelivr": "dist/index.iife.js",
  "unpkg": "dist/index.iife.js",
  "files": [
    "dist/**/*"
  ],
  "funding": {
    "type": "buymeacoffee",
    "url": "https://www.buymeacoffee.com/kreisler"
  },
  "scripts": {
    "test:cjs": "cross-env NODE_ENV=test node --test test/test.spec.cjs",
    "test:mjs": "cross-env NODE_ENV=test node --test test/test.spec.mjs",
    "prepare": "npm run build",
    "build": "rogo",
    "watch": "rogo -w",
    "docs": "typedoc --out docs src/index.ts",
    "serve": "pnpx serve -p 1234 ./docs",
    "publish:public": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itskreisler/js-google-translate-free.git"
  },
  "homepage": "https://github.com/itskreisler/js-google-translate-free#readme",
  "bugs": {
    "url": "https://github.com/itskreisler/js-google-translate-free/issues"
  },
  "keywords": [
    "google",
    "translator",
    "translate",
    "api",
    "free"
  ],
  "author": "kreisler <tempkreisler@outlook.com> (https://linktr.ee/itskreisler)",
  "contributors": [
    {
      "name": "Kreisler Ramirez Sierra",
      "email": "tempkreisler@outlook.com",
      "url": "https://linktr.ee/itskreisler"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.11.25",
    "@typescript-eslint/eslint-plugin": "^5.50.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.0.1",
    "eslint-config-standard-with-typescript": "^36.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "rogo": "^3.1.5",
    "ts-node": "^10.9.2",
    "typedoc": "^0.25.11",
    "typescript": "^5.4.2"
  },
  "dependencies": {
    "axios": "1.6.7",
    "@babel/runtime": "^7.24.0"
  },
  "eslintConfig": {}
}