Expand description
Script parsing from package.json.
Functionsยง
- extract_
scripts_ from_ package - Extract scripts from a parsed Package.
- parse_
package_ json - Parse the full package.json structure.
- parse_
scripts - Parse a package.json file from a directory.
- parse_
scripts_ from_ json - Parse scripts from package.json content.
- parse_
scripts_ required - Parse scripts from package.json content, returning error if no scripts exist.