types-pkg-json
Version:
Type checking for package.json
41 lines (30 loc) • 1.8 kB
JavaScript
;
exports.__esModule = true;
exports.fileName = exports.JSPMConfiguration = exports.YarnConfiguration = exports.WorkspacePattern = exports.WorkspaceConfig = exports.TypeScriptConfiguration = exports.LicenseID = exports.Repository = exports.Dependencies = exports.Scripts = exports.DirectoryLocations = exports.BugsLocation = exports.Person = exports.LiteralUnion = exports.Primitive = exports.PackageJSON = exports.NonStandardEntryPoints = exports.JSONArray = exports.JSONValue = exports.JSONObject = exports.isJSONObject = void 0;
var _typesJson = require("types-json");
exports.isJSONObject = _typesJson.isJSONObject;
exports.JSONObject = _typesJson.JSONObject;
exports.JSONValue = _typesJson.JSONValue;
exports.JSONArray = _typesJson.JSONArray;
var _packageJson = require("./package-json");
exports.NonStandardEntryPoints = _packageJson.NonStandardEntryPoints;
exports.PackageJSON = _packageJson.PackageJSON;
var _utils = require("./utils");
exports.Primitive = _utils.Primitive;
exports.LiteralUnion = _utils.LiteralUnion;
var _fields = require("./fields");
exports.Person = _fields.Person;
exports.BugsLocation = _fields.BugsLocation;
exports.DirectoryLocations = _fields.DirectoryLocations;
exports.Scripts = _fields.Scripts;
exports.Dependencies = _fields.Dependencies;
exports.Repository = _fields.Repository;
exports.LicenseID = _fields.LicenseID;
var _configuration = require("./configuration");
exports.TypeScriptConfiguration = _configuration.TypeScriptConfiguration;
exports.WorkspaceConfig = _configuration.WorkspaceConfig;
exports.WorkspacePattern = _configuration.WorkspacePattern;
exports.YarnConfiguration = _configuration.YarnConfiguration;
exports.JSPMConfiguration = _configuration.JSPMConfiguration;
var fileName = "package.json";
exports.fileName = fileName;