{"_id":"@all2cf/send","name":"@all2cf/send","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@all2cf/send","version":"1.0.0","description":"Typed SDK for customer-owned All2CF Send Runtimes","type":"module","license":"MIT","homepage":"https://send.all2cf.com/docs/sdk","repository":{"type":"git","url":"git+https://github.com/alex887885/a2c.git","directory":"send/sdk/node"},"exports":{".":{"types":"./dist/sdk.d.ts","import":"./dist/index.js"}},"types":"./dist/sdk.d.ts","sideEffects":false,"scripts":{"build":"npx --no-install esbuild ../../src/sdk.ts --bundle --platform=neutral --format=esm --target=es2022 --outfile=dist/index.js --external:react --external:react-dom/server && npx --no-install tsc -p tsconfig.json","pack:check":"npm run build && npm pack --dry-run"},"peerDependencies":{"react":">=18","react-dom":">=18"},"peerDependenciesMeta":{"react":{"optional":true},"react-dom":{"optional":true}},"engines":{"node":">=20"},"publishConfig":{"access":"public","provenance":true},"_id":"@all2cf/send@1.0.0","bugs":{"url":"https://github.com/alex887885/a2c/issues"},"_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-edEZCfEsFaX65GIh5zGCvHjsPPVTHII4DZW8yoTZACQ+VrNf/+56dJNVHd5n761/CT/eokF1y3IRJlKhxTOXCw==","shasum":"f768cd3755bac3316b2bea6773aa586d6705ff45","tarball":"https://registry.npmjs.org/@all2cf/send/-/send-1.0.0.tgz","fileCount":5,"unpackedSize":22178,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG9JlX/p65zYso6X5eRrUwvfX/+Eo9raUJOcnkZuXFXVAiA4Cd9JWGQ8MKOeQ3jzX9lUpkbsUMcKURMyv1kpyjLLfg=="}]},"_npmUser":{"name":"alex887885","email":"alex887885@gmail.com"},"directories":{},"maintainers":[{"name":"alex887885","email":"alex887885@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/send_1.0.0_1786832743723_0.6791565853710364"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-15T22:25:43.589Z","1.0.0":"2026-08-15T22:25:43.877Z","modified":"2026-08-15T22:25:44.083Z"},"maintainers":[{"name":"alex887885","email":"alex887885@gmail.com"}],"description":"Typed SDK for customer-owned All2CF Send Runtimes","homepage":"https://send.all2cf.com/docs/sdk","repository":{"type":"git","url":"git+https://github.com/alex887885/a2c.git","directory":"send/sdk/node"},"bugs":{"url":"https://github.com/alex887885/a2c/issues"},"license":"MIT","readme":"# @all2cf/send\n\nTyped Node.js and TypeScript client for a customer-owned All2CF Send Runtime.\n\n```bash\nnpm install @all2cf/send\n```\n\n```ts\nimport { CFsend } from \"@all2cf/send\";\n\nconst send = new CFsend(process.env.ALL2CF_SEND_KEY, {\n  baseUrl: process.env.ALL2CF_SEND_URL,\n});\n\nawait send.emails.send({\n  from: \"no-reply@example.com\",\n  to: \"user@example.com\",\n  subject: \"Hello\",\n  text: \"Sent from the customer-owned Runtime.\",\n});\n```\n\nBoth the Runtime URL and application key are required. Resend-compatible\nenvironment names remain supported for migrations.\n","readmeFilename":"README.md","_rev":"1-2ab4cd823f77a4a1cef01784acb5fe83"}