{
  "name": "@space-labs/osnap",
  "version": "2.0.0",
  "license": "MIT",
  "description": "The speedy and easy to use snapshot testing tool for your project!",
  "repository": {
    "type": "git",
    "url": "https://github.com/eWert-Online/OSnap"
  },
  "keywords": [
    "testing",
    "diff",
    "snapshot",
    "snapshot-testing",
    "image-comparison",
    "visual-regression-testing",
    "visual-comparison-testing",
    "image-snapshots",
    "ocaml",
    "reason",
    "reasonml"
  ],
  "scripts": {
    "postinstall": "node ./postinstall.js"
  },
  "bin": {
    "osnap": "bin/osnap"
  },
  "files": [
    "bin/",
    "postinstall.js",
    "platform-linux/",
    "platform-darwin/"
  ]
}