@boost/debug
Version:
Lightweight debugging and crash reporting.
72 lines (71 loc) • 1.44 kB
JSON
{
"name": "@boost/debug",
"version": "5.0.0",
"type": "module",
"release": "1651512175897",
"description": "Lightweight debugging and crash reporting.",
"keywords": [
"boost",
"debug",
"debugger",
"debugging",
"crash",
"report",
"reporting"
],
"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/debug"
},
"author": "Miles Johnson",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@boost/common": "^5.0.0",
"@boost/internal": "^5.0.0",
"@types/debug": "^4.1.12",
"debug": "^4.3.4",
"execa": "^8.0.1",
"fast-glob": "^3.3.2"
},
"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"
}