@boost/config
Version:
Powerful convention based finder, loader, and manager of both configuration and ignore files.
61 lines (60 loc) • 1.31 kB
JSON
{
"name": "@boost/config",
"version": "5.0.0",
"type": "module",
"release": "1651512176721",
"description": "Powerful convention based finder, loader, and manager of both configuration and ignore files.",
"keywords": [
"boost",
"config",
"configuration",
"loader"
],
"main": "./mjs/index.mjs",
"types": "./mjs/index.d.ts",
"files": [
"mjs/**/*",
"src/**/*"
],
"engines": {
"node": ">=18.12.0"
},
"repository": {
"type": "git",
"url": "git@github.com:milesj/boost.git",
"directory": "packages/config"
},
"author": "Miles Johnson",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@boost/common": "^5.0.0",
"@boost/debug": "^5.0.0",
"@boost/event": "^5.0.0",
"@boost/internal": "^5.0.0",
"@boost/module": "^5.0.0",
"minimatch": "^9.0.3"
},
"devDependencies": {
"@boost/test-utils": "^5.0.0"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/milesjohnson"
},
"packemon": {
"api": "private",
"format": "mjs",
"platform": "node"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./mjs/index.d.ts",
"import": "./mjs/index.mjs"
}
},
"gitHead": "868b258fac254aa4c2673755a9fd5acf89091980"
}