{
    "name": "resend",
    "version": "0.17.2",
    "description": "Node.js library for the Resend API",
    "main": "build/src/index.js",
    "typings": "build/src/index.d.ts",
    "files": [
        "build/"
    ],
    "scripts": {
        "build": "tsc -p .",
        "lint": "tslint -p tsconfig.json -c tslint.json",
        "test": "jest",
        "test:watch": "jest --watch",
        "prettier": "prettier \"src/**/*.{js,ts,tsx}\" --check",
        "format": "prettier \"src/**/*.{js,ts,tsx}\" --write",
        "prepublishOnly": "yarn run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/resend-inc/resend-node.git"
    },
    "author": "",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/resend-inc/resend-node/issues"
    },
    "homepage": "https://github.com/resend-inc/resend-node#readme",
    "dependencies": {
        "@react-email/render": "0.0.7",
        "axios": "1.4.0",
        "type-fest": "3.13.0"
    },
    "devDependencies": {
        "@types/jest": "29.5.3",
        "@types/node": "18.16.2",
        "@types/react": "18.2.0",
        "axios-mock-adapter": "1.21.5",
        "jest": "29.6.1",
        "prettier": "3.0.0",
        "supertest": "6.3.3",
        "ts-jest": "29.1.1",
        "tslint": "6.1.3",
        "typescript": "5.1.6"
    }
}
