{
  "name": "fake-platform-specific-module",
  "version": "1.0.0",
  "description": "A fake module with a custom install script that creates an extra file.",
  "dependencies": {
  },
  "devDependencies": {
  },
  "scripts": {
    "install": "echo \"Running custom install script\" && node install.js"
  },
  "author": "Jan Poeschko",
  "license": "MIT"
}
