{
  "name": "@vortiq/eml-parse-js",
  "version": "0.0.5",
  "description": "Format EML file in browser environment",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "browser": "./dist/index.umd.js",
  "typings": "./dist/src/index.d.ts",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "node": "./dist/index.cjs.js",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js",
      "default": "./dist/index.es.js"
    }
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harbridge-c/eml-parse-js"
  },
  "keywords": [
    "eml",
    "eml-parse",
    "eml-format-js",
    "eml-parse-js",
    "typescript"
  ],
  "author": "bean",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/harbridge-c/eml-parse-js/issues"
  },
  "homepage": "https://github.com/harbridge-c/eml-parse-js#readme",
  "contributors": [
    {
      "name": "Charlie Harding",
      "url": "https://github.com/c-harding"
    },
    {
      "name": "Pádraig Weeks",
      "url": "https://github.com/pmweeks98"
    },
    {
      "name": "Thomas Oeser",
      "url": "https://github.com/thomasoeser"
    },
    {
      "name": "Robert Scheinpflug",
      "url": "https://github.com/neversun"
    },
    {
      "name": "Bean Q",
      "url": "https://github.com/MQpeng"
    },
    {
      "name": "C Harbridge",
      "url": "https://github.com/harbridge-c"
    }
  ],
  "devDependencies": {
    "@eslint/js": "^9.27.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.33.0",
    "@typescript-eslint/parser": "^8.33.0",
    "chai": "^4.5.0",
    "eslint": "^9.27.0",
    "iconv-lite": "^0.6.3",
    "jest": "^29.7.0",
    "markdown-doctest": "^1.1.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.3.4",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.33.0",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  },
  "dependencies": {
    "@sinonjs/text-encoding": "^0.7.3",
    "js-base64": "^3.7.7"
  },
  "scripts": {
    "build": "vite build",
    "clean": "rimraf dist",
    "lint": "eslint --cache src",
    "test": "jest",
    "test:readme": "markdown-doctest README.md"
  }
}