{
  "name": "@getpeppr/sdk",
  "version": "5.9.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Send Peppol e-invoices in under 20 lines of code",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "pretest": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepack": "npm run build",
    "prepublishOnly": "npm run test",
    "example": "tsx examples/send-invoice.ts"
  },
  "keywords": [
    "peppol",
    "e-invoicing",
    "ubl",
    "bis3",
    "electronic-invoicing",
    "typescript",
    "sdk",
    "api",
    "invoice",
    "europe",
    "eu"
  ],
  "author": "getpeppr <hello@getpeppr.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zerolooplabs/getpeppr-docs/issues"
  },
  "homepage": "https://getpeppr.dev",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.3.0",
    "tsx": "^4.23.13",
    "typescript": "^6.0.3",
    "vitest": "^4.1.0"
  }
}
