{
  "name": "node-email-reply-parser",
  "version": "0.1.4",
  "description": "Parses emails to remove replies and other potentially unwanted data",
  "author": "Travis Ralston <travis@t2bot.io>",
  "license": "MIT",
  "homepage": "https://github.com/t2bot/node-email-reply-parser#readme",
  "keywords": [
    "email",
    "parser",
    "reply",
    "github",
    "signature",
    "fragment"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t2bot/node-email-reply-parser.git"
  },
  "bugs": {
    "url": "https://github.com/t2bot/node-email-reply-parser/issues"
  },
  "engines": {
    "node": ">= 14.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "index.d.ts",
    "lib/"
  ],
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha test/*Test.js"
  },
  "dependencies": {
    "esrever": "^0.2.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "assert": "^2.0.0",
    "mocha": "^9.1.2"
  }
}
