{ "name": "unconfig", "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": "packages/unconfig" }, "bugs": { "url": "https://github.com/antfu-collective/unconfig/issues" }, "keywords": [ "config" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./presets": "./dist/presets.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "files": [ "*.d.ts", "dist" ], "dependencies": { "@quansync/fs": "^1.0.0", "defu": "^6.1.4", "jiti": "^2.6.1", "quansync": "^1.0.0", "unconfig-core": "7.5.0" }, "devDependencies": { "@antfu/utils": "^9.3.0" }, "tsdown": { "entry": [ "src/index.ts", "src/presets.ts" ] }, "scripts": {} }