UNPKG

types-pkg-json

Version:
8 lines (7 loc) 555 B
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;