{
  "name": "my-postinstall-pkg",
  "version": "1.0.16",
  "description": "A package that runs a postinstall script",
  "main": "index.js",
  "scripts": {
    "postinstall": "./scripts/postinstall.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielvfo/my-postinstall-pkg.git"
  },
  "author": "Daniel Vieira",
  "license": "MIT",
  "keywords": [],
  "type": "commonjs"
}