UNPKG

@proload/core

Version:

Searches for and loads your tool's JavaScript configuration files with full support for CJS, ESM, TypeScript and more.

46 lines (45 loc) 1.12 kB
{ "name": "@proload/core", "version": "0.3.3", "description": "Searches for and loads your tool's JavaScript configuration files with full support for CJS, ESM, TypeScript and more.", "main": "./lib/cjs/index.cjs", "module": "./lib/esm/index.mjs", "types": "./lib/index.d.ts", "files": [ "lib", "!test" ], "exports": { ".": { "import": "./lib/esm/index.mjs", "require": "./lib/cjs/index.cjs" }, "./esm": "./lib/esm/index.mjs", "./cjs": "./lib/cjs/index.cjs", "./lib/index.d.ts": "./lib/index.d.ts", "./package.json": "./package.json" }, "license": "MIT", "keywords": [ "load", "configuration", "config", "esm", "cjs", "typescript" ], "author": "Nate Moore <nate@natemoo.re>", "dependencies": { "deepmerge": "^4.2.2", "escalade": "^3.1.1" }, "repository": { "type": "git", "url": "https://github.com/natemoo-re/proload.git", "directory": "packages/core" }, "homepage": "https://github.com/natemoo-re/proload#readme", "bugs": { "url": "https://github.com/natemoo-re/proload/issues" } }