pub fn parse_scripts_required(content: &str) -> Result<Scripts>Expand description
Parse scripts from package.json content, returning error if no scripts exist.
ยงErrors
Returns an error if:
- The JSON is malformed
- No scripts are defined in package.json