{
  "name": "android-sms-gateway",
  "license": "Apache-2.0",
  "description": "A JS/TS client library for sending and managing SMS messages via the SMS Gateway for Android™",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/android-sms-gateway/client-ts.git"
  },
  "homepage": "https://sms-gate.app",
  "keywords": [
    "bun",
    "sms",
    "android",
    "sms-gateway",
    "api",
    "client",
    "typescript"
  ],
  "author": {
    "name": "Aleksandr Soloshenko",
    "email": "admin@sms-gate.app",
    "url": "https://github.com/capcom6"
  },
  "bugs": {
    "url": "https://github.com/android-sms-gateway/client-ts/issues"
  },
  "version": "3.0.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "bun-plugin-dts": "^0.3.0",
    "bun-types": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "scripts": {
    "build": "bun run build.mjs",
    "prepublishOnly": "bun run build"
  }
}