Skip to content

Instantly share code, notes, and snippets.

View suarezph's full-sized avatar
🎯
Focusing

suarezph suarezph

🎯
Focusing
View GitHub Profile
@suarezph
suarezph / package.json
Last active August 15, 2022 10:41
Base setup
{
"name": "base-setup",
"version": "1.0.0",
"description": "This is a base setup for frontend",
"bin": "./setup.js"
}
@suarezph
suarezph / package.json
Last active December 16, 2020 12:36
validates that the versions of tools specified in `engines`
{
"name": "local-computer-validator",
"version": "1.0.0",
"description": "To validate local computers of proper versions of node and npm installed",
"bin": "./validate-system.js",
"dependencies": {
"semver": "7.1.3"
}
}
@suarezph
suarezph / package.json
Last active December 16, 2020 12:41
setup scripts for production
{
"name": "local-env-setup",
"version": "1.0.0",
"description": "pre-requisite setup",
"bin": "./setup.js"
}