{
  "name": "@jacksher/install-exec-poc",
  "version": "1.0.2",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node beacon.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "Own-scope PoC: demonstrates npm postinstall auto-executes on install. Runs only on the reporter's own machine."
}
