{ "name": "unconfig-core", "type": "module", "version": "7.5.0", "description": "A universal solution for loading configurations.", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu-collective/unconfig#readme", "repository": { "type": "git", "url": "git+https://github.com/antfu-collective/unconfig.git", "directory": "core" }, "bugs": { "url": "https://github.com/antfu-collective/unconfig/issues" }, "keywords": [ "config" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "files": [ "dist" ], "dependencies": { "@quansync/fs": "^1.0.0", "quansync": "^1.0.0" }, "devDependencies": { "@antfu/utils": "^9.3.0" }, "tsdown": { "entry": "src/index.ts" }, "scripts": {} }