{
  "_from": "load-tsconfig@^0.2.3",
  "_id": "load-tsconfig@0.2.5",
  "_inBundle": false,
  "_integrity": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==",
  "_location": "/load-tsconfig",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "load-tsconfig@^0.2.3",
    "name": "load-tsconfig",
    "escapedName": "load-tsconfig",
    "rawSpec": "^0.2.3",
    "saveSpec": null,
    "fetchSpec": "^0.2.3"
  },
  "_requiredBy": [
    "/bundle-require"
  ],
  "_resolved": "https://registry.npmjs.org/load-tsconfig/-/load-tsconfig-0.2.5.tgz",
  "_shasum": "453b8cd8961bfb912dea77eb6c168fe8cca3d3a1",
  "_spec": "load-tsconfig@^0.2.3",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/bundle-require",
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Load tsconfig.json",
  "devDependencies": {
    "@egoist/prettier-config": "1.0.0",
    "@types/node": "18.15.3",
    "kanpai": "0.11.0",
    "prettier": "2.8.4",
    "strip-json-comments": "5.0.0",
    "tsup": "6.6.3",
    "typescript": "5.0.2",
    "vitest": "0.29.3"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "default": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "name": "load-tsconfig",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pnpm build-fast --dts-resolve",
    "build-fast": "tsup src/index.ts --format esm,cjs --target node12.20.0",
    "prepublishOnly": "pnpm build",
    "test": "npm run build-fast && vitest run"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.2.5"
}
