{
  "name": "@moebius/grammy-fluent",
  "version": "0.4.1",
  "description": "Fluent localization system integration for grammY Telegram bot framework",
  "scripts": {
    "build": "rm -rf ./dist && tsc -p ./tsconfig.lib.json",
    "prepublishOnly": "npm run build",
    "test": ":"
  },
  "main": "dist/index.js",
  "types": "dist/types",
  "keywords": [
    "bot",
    "bot-framework",
    "fluent",
    "ftl",
    "globalization",
    "grammy",
    "grammy-middleware",
    "i18n",
    "internationalization",
    "l10n",
    "languages",
    "lcoales",
    "localization",
    "mozilla",
    "telegram",
    "telegram-bot",
    "translation"
  ],
  "license": "MIT",
  "homepage": "https://github.com/the-moebius/grammy-fluent#readme",
  "repository": "github:the-moebius/grammy-fluent",
  "bugs": {
    "url": "https://github.com/the-moebius/grammy-fluent/issues"
  },
  "author": {
    "name": "Slava Fomin II",
    "email": "slava@fomin.io",
    "url": "https://github.com/slavafomin"
  },
  "contributors": [
    {
      "name": "dcdunkan",
      "email": "dcdunkan@gmail.com",
      "url": "https://github.com/dcdunkan"
    }
  ],
  "engines": {
    "node": ">=12"
  },
  "files": [
    "dist/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@moebius/fluent": "0.3.1",
    "grammy": "^1.5.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^12.20.42",
    "npm-run-all": "^4.1.5",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5"
  }
}
