{
  "name": "@hiraokahypertools/pst-extractor",
  "version": "0.5.0-alpha.2",
  "description": "Extract objects from MS Outlook/Exchange PST files",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "browser": "./dist/index.js"
    }
  },
  "types": "dist/index.d.ts",
  "type": "module",
  "engines": {
    "node": ">= 20.6.0"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc",
    "test": "run-s test:unit test:build",
    "test:build": "run-s build",
    "test:unit": "cross-env CI=1 NODE_OPTIONS=--experimental-vm-modules jest --coverage --reporters=default --reporters=jest-junit"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HiraokaHyperTools/pst-extractor.git"
  },
  "author": "kenjiuno",
  "contributors": [
    {
      "name": "Ed Pfromer",
      "email": "epfromer@gmail.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/debug": "4.1.7",
    "@types/jest": "^30.0.0",
    "@types/long": "^4.0.1",
    "@types/node": "^25.3.2",
    "@types/pako": "^2.0.0",
    "cross-env": "^7.0.3",
    "jest": "^30.2.0",
    "jest-junit": "^16.0.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.21",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.17",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "long": "^5.3.2",
    "pako": "^2.1.0"
  },
  "files": [
    "dist"
  ]
}