{
  "name": "evtx-parser",
  "version": "1.0.0",
  "description": "Parse evtx windows files",
  "main": "src/file.js",
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ichiriac/evtx-parser.git"
  },
  "keywords": [
    "evtx",
    "windows",
    "logs"
  ],
  "author": "Ioan CHIRIAC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ichiriac/evtx-parser/issues"
  },
  "homepage": "https://github.com/ichiriac/evtx-parser#readme",
  "dependencies": {
    "binxml-parser": "^1.0.0"
  }
}
