@boost/log
Version:
Lightweight level based logging system.
69 lines (68 loc) • 1.37 kB
JSON
{
"name": "@boost/log",
"version": "5.0.0",
"type": "module",
"release": "1651512176170",
"description": "Lightweight level based logging system.",
"keywords": [
"boost",
"log",
"logger",
"logging",
"levels"
],
"main": "./mjs/index.mjs",
"types": "./mjs/index.d.ts",
"files": [
"mjs/**/*",
"res/**/*",
"src/**/*"
],
"engines": {
"node": ">=18.12.0"
},
"repository": {
"type": "git",
"url": "git@github.com:milesj/boost.git",
"directory": "packages/log"
},
"author": "Miles Johnson",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@boost/common": "^5.0.0",
"@boost/internal": "^5.0.0",
"@boost/translate": "^5.0.0",
"chalk": "^5.3.0"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/milesjohnson"
},
"packemon": {
"api": "private",
"inputs": {
"index": "src/index.ts",
"test": "src/test.ts"
},
"format": "mjs",
"platform": "node",
"externals": [
"vitest"
]
},
"exports": {
"./package.json": "./package.json",
"./test": {
"types": "./mjs/test.d.ts",
"import": "./mjs/test.mjs"
},
".": {
"types": "./mjs/index.d.ts",
"import": "./mjs/index.mjs"
}
},
"gitHead": "868b258fac254aa4c2673755a9fd5acf89091980"
}