types-pkg-json
Version:
Type checking for package.json
8 lines (7 loc) • 555 B
TypeScript
export { isJSONObject, JSONObject, JSONValue, JSONArray } from "types-json";
export { NonStandardEntryPoints, PackageJSON } from "./package-json";
export { Primitive, LiteralUnion } from "./utils";
export { Person, BugsLocation, DirectoryLocations, Scripts, Dependencies, Repository, LicenseID } from "./fields";
export { TypeScriptConfiguration, WorkspaceConfig, WorkspacePattern, YarnConfiguration, JSPMConfiguration } from "./configuration";
export declare type PackageJSONFileName = "package.json";
export declare const fileName: PackageJSONFileName;