{
  "name": "libretranslate",
  "version": "1.0.1",
  "description": "Simple API wrapper for LibreTranslate",
  "main": "dist/translate.js",
  "types": "dist/translate.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PugDEV-hub/LibreTranslate.git"
  },
  "keywords": [
    "translate",
    "libretranslate"
  ],
  "author": "PugT",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/PugDEV-hub/LibreTranslate/issues"
  },
  "homepage": "https://github.com/PugDEV-hub/LibreTranslate#readme",
  "dependencies": {
    "@types/node": "^18.0.6",
    "typescript": "^4.7.4"
  }
}
