{
  "name": "@tutao/oxmsg",
  "version": "0.2.3",
  "description": "js library for Microsoft Outlook Item files (.msg)",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --build --force && rollup --config rollup.config.js",
    "exec:nodejs": "node examples/node.js",
    "clean": "rm -rf ./dist ./build ./javascript",
    "types": "tsc",
    "test": "tsc --build --force test/tsconfig.json && rollup --config rollup_test.config.js && node 'build/test/index.js'"
  },
  "files": [
    "lib/*",
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tutao/oxmsg.git"
  },
  "bugs": {
    "url": "https://github.com/tutao/oxmsg/issues"
  },
  "author": "tutao GmbH",
  "license": "MIT",
  "homepage": "https://github.com/tutao/oxmsg#readme",
  "dependencies": {
    "address-rfc2822": "^2.0.6",
    "cfb": "^1.2.0",
    "iconv-lite": "^0.6.2",
    "uuid": "^8.3.1",
    "bytebuffer": "^5.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-transform-classes": "^7.14.5",
    "@babel/plugin-transform-typescript": "^7.16.1",
    "@rollup/plugin-alias": "6.0.0",
    "@rollup/plugin-commonjs": "29.0.3",
    "@rollup/plugin-json": "6.1.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@types/uuid": "^8.3.1",
    "@types/bytebuffer": "^5.0.43",
    "@types/iconv-lite": "^0.0.1",
    "@types/ospec": "4.2.0",
    "ospec": "4.2.0",
    "rollup": "4.62.4",
    "typescript": "7.0.2"
  },
  "type": "module",
  "types": "dist/types/lib/index.d.ts"
}
