View package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "base-setup", | |
"version": "1.0.0", | |
"description": "This is a base setup for frontend", | |
"bin": "./setup.js" | |
} |
View package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
View package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "local-env-setup", | |
"version": "1.0.0", | |
"description": "pre-requisite setup", | |
"bin": "./setup.js" | |
} |