{
  "name": "lingotags",
  "version": "1.0.4",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "start": "tsc && node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "bin": {
    "lingotags": "./dist/bin/index.js"
  },
  "keywords": [
    "translations",
    "i18n",
    "localization",
    "json",
    "keys",
    "translation-keys",
    "localization-tool"
  ],
  "author": "",
  "license": "MIT",
  "description": "",
  "dependencies": {
    "@types/glob": "^8.1.0",
    "@types/inquirer": "^9.0.7",
    "glob": "^11.0.1",
    "inquirer": "^12.3.2",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.10.10",
    "typescript": "^5.7.3"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "encoding": "utf-8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lingotags/lingotags.git"
  },
  "homepage": "https://lingotags.vercel.app/"
}
