{
  "name": "rtf-stream-parser",
  "version": "3.8.1",
  "description": "Stream Transform class to tokenize RTF, and another to de-encapsulate text or HTML",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "tsc && mocha --reporter spec dist/test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mazira/rtf-stream-parser.git"
  },
  "keywords": [
    "RTF",
    "parser",
    "rich",
    "text",
    "richtext",
    "deencapsulator",
    "de-encapsulator",
    "deencapsulte",
    "de-encapsulate",
    "encapsulator",
    "encapsulate",
    "outlook"
  ],
  "author": "Ross Johnson <ross@mazira.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mazira/rtf-stream-parser/issues"
  },
  "homepage": "https://github.com/mazira/rtf-stream-parser#readme",
  "devDependencies": {
    "@types/chai": "^4.2.16",
    "@types/chai-as-promised": "^7.1.3",
    "@types/mocha": "^8.2.2",
    "@types/node": "^12.20.10",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "chai": "^4.3.4",
    "chai-as-promised": "7.1.1",
    "eslint": "^7.25.0",
    "iconv-lite": "^0.6.2",
    "mocha": "^8.3.2",
    "typescript": "^4.2.4"
  },
  "dependencies": {},
  "files": [
    "dist/src/**/*"
  ]
}
