Stone.js API
    Preparing search index...

    Represents the package.json file.

    interface PackageJson {
        scripts: Record<string, string>;
    }
    Index
    scripts: Record<string, string>