{"_id":"@boywithkeyboard/sms","_rev":"3-f495431619a25bde65c347e0f365c05b","name":"@boywithkeyboard/sms","description":"A JavaScript library for sending SMS messages.","dist-tags":{"latest":"0.3.1"},"versions":{"0.3.0":{"name":"@boywithkeyboard/sms","version":"0.3.0","author":{"url":"https://samuelkopp.de","name":"Samuel Kopp"},"license":"Apache-2.0","_id":"@boywithkeyboard/sms@0.3.0","maintainers":[{"name":"boywithkeyboard","email":"azury.wtf@gmail.com"}],"dist":{"shasum":"def61a61a5c431caf5e08f3d78e7e903c77ed155","tarball":"https://registry.npmjs.org/@boywithkeyboard/sms/-/sms-0.3.0.tgz","fileCount":6,"integrity":"sha512-XqY2zTHLjhmVPD+Xn2XRW4HGgi4dqfuCOuB7FbiQNoCXjMUQS5SdlgMs+ty1eXGUKhknkoEvnumWgijWi8CJKQ==","signatures":[{"sig":"MEYCIQC81wFShU91M7R6jc1c4DxhAlSI3p3owTwBkdnrws7a5gIhAMOzhk4ex/Xpmw2EMUNEvnUq3rciVTGZ8Prjf3GgRHs+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18863},"main":"./dist/index.cjs","types":"./dist/index.d.ts","module":"./dist/index.mjs","engines":{"node":">=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.cjs"}}},"funding":"https://github.com/sponsors/boywithkeyboard","gitHead":"1d408950b7b59e006d271606a18d62df89f495db","scripts":{"build":"builder --esm --cjs && tsc"},"_npmUser":{"name":"boywithkeyboard","email":"azury.wtf@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","_npmVersion":"9.8.1","description":"A JavaScript library for sending SMS messages.","directories":{},"_nodeVersion":"18.18.2","_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.2.2","@types/node":"^20.8.10","@boywithkeyboard/builder":"^0.4.0"},"_npmOperationalInternal":{"tmp":"tmp/sms_0.3.0_1699054137880_0.2674568259644201","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"@boywithkeyboard/sms","version":"0.3.1","author":{"url":"https://samuelkopp.de","name":"Samuel Kopp"},"license":"Apache-2.0","_id":"@boywithkeyboard/sms@0.3.1","maintainers":[{"name":"boywithkeyboard","email":"azury.wtf@gmail.com"}],"homepage":"https://github.com/boywithkeyboard/sms#readme","bugs":{"url":"https://github.com/boywithkeyboard/sms/issues"},"dist":{"shasum":"6891913d1b227bc74882845355d9103c8526e09e","tarball":"https://registry.npmjs.org/@boywithkeyboard/sms/-/sms-0.3.1.tgz","fileCount":6,"integrity":"sha512-eEUbmkl0Xhr+pRA8z9PJnyPTWqNzEnJKLAPw7c7zMdXYNr0HA7JGaBcIfQDTLkDb1I6zXniUFslRtdvNj3x/sg==","signatures":[{"sig":"MEUCIC99+tHchWecdQXYzlTCLGaKsweuRK7cZ5Ezf3SEmYO7AiEA9uqyreZd7kAhEKEX4fF8ZD9NVy+0PG6PczVsNsJXqYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18929},"main":"./dist/index.cjs","types":"./dist/index.d.ts","module":"./dist/index.mjs","engines":{"node":">=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.cjs"}}},"funding":"https://github.com/sponsors/boywithkeyboard","gitHead":"1276808613d23909d04940b569a50fbaf3af8377","scripts":{"build":"builder --esm --cjs && tsc","check":"tsc"},"_npmUser":{"name":"boywithkeyboard","email":"azury.wtf@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/boywithkeyboard/sms.git","type":"git"},"_npmVersion":"9.8.1","description":"A JavaScript library for sending SMS messages.","directories":{},"_nodeVersion":"18.18.2","_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.2.2","@types/node":"^20.8.10","@boywithkeyboard/builder":"^0.4.0"},"_npmOperationalInternal":{"tmp":"tmp/sms_0.3.1_1699279562669_0.2472672363672197","host":"s3://npm-registry-packages"}}},"time":{"created":"2023-11-03T23:28:57.810Z","modified":"2024-06-27T00:19:47.133Z","0.3.0":"2023-11-03T23:28:58.025Z","0.3.1":"2023-11-06T14:06:02.875Z"},"maintainers":[{"email":"azury.wtf@gmail.com","name":"sakuta96"}],"author":{"url":"https://samuelkopp.de","name":"Samuel Kopp"},"repository":{"url":"git+https://github.com/boywithkeyboard/sms.git","type":"git"},"license":"Apache-2.0","homepage":"https://github.com/boywithkeyboard/sms#readme","bugs":{"url":"https://github.com/boywithkeyboard/sms/issues"},"readme":"## sms\n\n### Setup\n\n#### Deno\n\n```ts\nimport { sendMessage } from 'https://den.ooo/sms'\n```\n\n#### Node.js\n\n```bash\nnpm i @boywithkeyboard/sms\n```\n\n```ts\nimport { sendMessage } from '@boywithkeyboard/sms'\n```\n\n### Usage\n\n> [!IMPORTANT]\n> You need to open a [GatewayAPI](https://gatewayapi.com) account first to use this module.\n\n```ts\nconst response = await sendMessage({\n  token: '...',\n  sender: 'Your company',\n  message: '123456 is your verification code.',\n  to: 491759999999 // +49 175 9999999\n})\n```\n","readmeFilename":"readme.md"}