Urara-Blog/node_modules/.pnpm-store/v3/files/f0/98306c813227f5dc0fbaf86ae0afc22093108e75ba865251859e4e7bd44158d9abfe81d9685c1c81aa99f54e1320d88f2599c7097bc91b19d305125c82bd67
2022-08-14 01:14:53 +08:00

64 lines
No EOL
1.5 KiB
Text

{
"name": "unconfig",
"version": "0.3.5",
"packageManager": "pnpm@7.5.0",
"description": "A universal solution for loading configurations.",
"keywords": [
"config"
],
"homepage": "https://github.com/antfu/unconfig#readme",
"bugs": {
"url": "https://github.com/antfu/unconfig/issues"
},
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/unconfig.git"
},
"funding": "https://github.com/sponsors/antfu",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./presets": {
"require": "./dist/presets.cjs",
"import": "./dist/presets.mjs",
"types": "./dist/presets.d.ts"
}
},
"files": [
"dist",
"*.d.ts"
],
"sideEffects": false,
"dependencies": {
"@antfu/utils": "^0.5.2",
"defu": "^6.0.0",
"jiti": "^1.14.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/ni": "^0.16.3",
"@types/node": "^18.0.1",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"esno": "^0.16.3",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vitest": "^0.17.0"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"release": "bumpp --commit --push --tag && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest"
}
}