UNPKG

@inboundemail/sdk

Version:

Official SDK for Inbound Email API

55 lines (54 loc) 1.28 kB
{ "name": "@inboundemail/sdk", "version": "3.0.0", "description": "Official SDK for Inbound Email API", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "bun test sdk.test.ts", "test:ci": "bun test sdk.test.ts --reporter=verbose", "type-check": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "prepublishOnly": "npm run build" }, "keywords": [ "inbound", "email", "api", "sdk", "typescript" ], "author": "Inbound Email", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/inboundemail/sdk.git" }, "bugs": { "url": "https://github.com/inboundemail/sdk/issues" }, "homepage": "https://github.com/inboundemail/sdk#readme", "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.39.0", "@typescript-eslint/parser": "^8.39.0", "bun-types": "latest", "eslint": "^8.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0" }, "dependencies": {}, "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0" } }