{
  "name": "@stacksjs/sms",
  "type": "module",
  "version": "0.70.73",
  "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
  "author": "Chris Breuer",
  "contributors": [
    "Chris Breuer <chris@stacksjs.com>"
  ],
  "license": "MIT",
  "funding": "https://github.com/sponsors/chrisbbreuer",
  "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/sms#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacksjs/stacks.git",
    "directory": "./storage/framework/core/sms"
  },
  "bugs": {
    "url": "https://github.com/stacksjs/stacks/issues"
  },
  "keywords": [
    "sms",
    "stacks",
    "gupshup",
    "nexmo",
    "plivo",
    "sms77",
    "sns",
    "telnyx",
    "termii",
    "twilio"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "development": "./src/index.ts",
      "bun": "./dist/index.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./*": {
      "development": "./src/*",
      "bun": "./dist/*",
      "import": "./dist/*",
      "default": "./dist/*"
    }
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "README.md",
    "dist"
  ],
  "scripts": {
    "build": "bun build.ts",
    "typecheck": "bun tsc --noEmit",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@stacksjs/cli": "0.70.73",
    "@stacksjs/config": "0.70.73",
    "better-dx": "^0.2.12",
    "@stacksjs/error-handling": "0.70.73",
    "@stacksjs/types": "0.70.73"
  }
}
