{
  "name": "waha-shared",
  "version": "1.0.492",
  "author": "Waha",
  "dependencies": {
    "@types/signale": "^1.4.7",
    "signale": "^1.4.0"
  },
  "peerDependencies": {
    "@types/react": ">=18.2.0",
    "react": ">=18.2.0",
    "zod": ">=4.3.6"
  },
  "description": "Shared assets for Waha's various apps",
  "devDependencies": {
    "@crowdin/crowdin-api-client": "^1.58.0",
    "@types/react": "^19.3.0",
    "copyfiles": "^2.4.1",
    "react": "^19.3.0",
    "typescript": "~5.9.2",
    "zod": "^4.6.5"
  },
  "files": [
    "dist",
    "assets/fonts",
    "assets/fonts/fonts.css"
  ],
  "license": "MIT",
  "scripts": {
    "build": "npx tsc && npx copyfiles \"data/**/*.json\" dist",
    "update": "yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add . && (git commit -m 'chore: build waha-shared' || true) && bash -c 'npm publish --access public --registry https://registry.npmjs.org --//registry.npmjs.org/:_authToken=$(grep NPM_TOKEN= ../.env | cut -d \"=\" -f2-)'",
    "updateManual": "(npm whoami || npm login) && yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add dist package.json && (git commit -m 'chore: build waha-shared' || true) && npm publish"
  }
}
