{
  "name": "attranslate",
  "version": "3.0.3",
  "description": "Text Translator for Websites and Apps",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fkirc/attranslate.git"
  },
  "keywords": [
    "agentic translation",
    "website translation",
    "mobile app translation",
    "i18n"
  ],
  "license": "GPL",
  "bugs": {
    "url": "https://github.com/fkirc/attranslate/issues"
  },
  "homepage": "https://github.com/fkirc/attranslate#readme",
  "bin": {
    "attranslate": "bin/attranslate"
  },
  "main": "./dist/index.js",
  "files": [
    "bin/",
    "dist/"
  ],
  "dependencies": {
    "commander": "^6.1.0",
    "detect-indent": "^6.0.0",
    "dotenv": "^16.3.1",
    "gettext-parser": "^4.0.4",
    "lodash": "^4.17.21",
    "messageformat-parser": "^4.1.0",
    "tslib": "^1.14.1",
    "xml2js": "https://github.com/fkirc/node-xml2js/tarball/680ee7ed2dad8b9ddacc37b5e4b4a671706e0bcf",
    "yaml": "2.0.0-1"
  },
  "devDependencies": {
    "@types/gettext-parser": "^4.0.0",
    "@types/jest": "^26.0.14",
    "@types/lodash": "^4.14.162",
    "@types/node": "^14.11.8",
    "@types/xml2js": "^0.4.5",
    "jest": "^26.5.2",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.1",
    "typescript": "^4.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "preset": "ts-jest",
    "roots": [
      "test"
    ]
  },
  "scripts": {
    "build": "pnpm run clean && tsc && pnpm link --global",
    "clean": "rm -rf ./dist",
    "test": "jest --testTimeout=10000",
    "test:windows": "jest --testTimeout=10000 --config=test/windows.jest.config.js",
    "test:generate_refs": "GENERATE_REFS=True pnpm run test"
  }
}