Documentation
    Preparing search index...
    interface SimplifiedPackageJsonFields {
        archetype?: PackageArchetype;
        bin?: Record<string, string>;
        exports?: PackageJsonExports;
        main?: string;
        module?: string;
        scripts?: Record<string, string | undefined>;
        type?: "commonjs" | "module";
        types?: string;
    }
    Index

    Properties

    archetype?: PackageArchetype
    bin?: Record<string, string>
    main?: string
    module?: string
    scripts?: Record<string, string | undefined>
    type?: "commonjs" | "module"
    types?: string