Files
Camilou.fr/VUEJS/myapp/node_modules/unconfig-core/package.json
T
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00

41 lines
956 B
JSON

{
"name": "unconfig-core",
"type": "module",
"version": "7.5.0",
"description": "A universal solution for loading configurations.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"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": {}
}