utils-cli 1.1.1

a compilation of utility scripts for every day use in building applications and using certain features on my laptop
{
  "name": "@opeolluwa/utils",
  "version": "1.0.8",
  "description": "a compilation of utility scripts for every day use in building applications and using certain features on my laptop",
  "main": "start.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node ./pre-install.js",
    "uninstall": "node ./uninstall.js"
  },
  "keywords": [],
  "author": "adeoye adefemi <adefemiadeoye@yahoo.com>",
  "license": "Apache-2.0",
  "files": [
    "pre-install.js",
    "start.js",
    "uninstall.js",
    "README.md",
    "LICENSE"
  ]
}