{
  "name": "quill-to-word",
  "version": "1.3.0",
  "description": "Transforms a QuillJS delta into a Word Document",
  "main": "./dist/main.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "test": "jest",
    "build": "webpack",
    "typedoc": "typedoc"
  },
  "keywords": [
    "quill",
    "word",
    "quilljs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewraygilbert/quill-to-word.git"
  },
  "author": "Andrew Gilbert",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andrewraygilbert/quill-to-word/issues"
  },
  "homepage": "https://github.com/andrewraygilbert/quill-to-word#readme",
  "devDependencies": {
    "@types/file-saver": "^2.0.1",
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.16",
    "@types/webpack": "^4.41.25",
    "awesome-typescript-loader": "^5.2.1",
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^7.16.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "ts-loader": "^8.0.12",
    "ts-node": "^9.1.1",
    "typedoc": "^0.20.10",
    "typedoc-webpack-plugin": "^1.1.4",
    "typescript": "^4.1.3",
    "webpack": "^5.11.0",
    "webpack-cli": "^4.3.0"
  },
  "dependencies": {
    "docx": "^5.4.1",
    "quilljs-parser": "^1.0.12"
  }
}
