{
  "name": "languine",
  "version": "3.1.4",
  "type": "module",
  "bin": "dist/index.js",
  "main": "dist/config.js",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf .turbo node_modules dist",
    "lint": "biome check .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit",
    "build": "tsup --clean",
    "dev": "tsup --watch --clean",
    "start": "node dist/index.js",
    "test": "bun test",
    "publish:canary": "npm version --prerelease --preid=canary && npm publish --prerelease --preid=canary --tag=canary"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@clack/prompts": "^0.10.0",
    "@trigger.dev/sdk": "3.3.13",
    "@trpc/client": "11.0.0-rc.700",
    "@trpc/server": "11.0.0-rc.700",
    "@types/xml2js": "^0.4.14",
    "chalk": "^5.4.1",
    "csv-parse": "^5.6.0",
    "csv-stringify": "^6.5.2",
    "dedent": "^1.5.3",
    "dotenv": "^16.4.7",
    "fast-glob": "^3.3.3",
    "fast-xml-parser": "^4.5.1",
    "gettext-parser": "^8.0.0",
    "jscodeshift": "^17.1.2",
    "jsdom": "^26.0.0",
    "json2php": "^0.0.12",
    "json5": "^2.2.3",
    "jsonrepair": "^3.11.2",
    "open": "^10.1.0",
    "php-parser": "^3.1.5",
    "plist": "^3.1.0",
    "preferred-pm": "^4.1.1",
    "properties": "^1.2.1",
    "rambda": "^9.4.2",
    "simple-git": "^3.27.0",
    "superjson": "^2.2.2",
    "table-layout": "^4.1.1",
    "xliff": "^6.2.1",
    "xml2js": "^0.6.2",
    "yaml": "^2.7.0",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/gettext-parser": "^4.0.4",
    "@types/jscodeshift": "^0.12.0",
    "@types/mdast": "^4.0.4",
    "@types/plist": "^3.0.5",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3"
  }
}
