UNPKG

850 BJSONView Raw
1{
2 "name": "@boost/debug",
3 "version": "2.1.6",
4 "release": "1594765247526",
5 "description": "Lightweight debugging and crash reporting.",
6 "keywords": [
7 "boost",
8 "debug",
9 "debugger",
10 "debugging",
11 "crash",
12 "report",
13 "reporting"
14 ],
15 "main": "./lib/index.js",
16 "types": "./lib/index.d.ts",
17 "engines": {
18 "node": ">=10.17.0"
19 },
20 "repository": "https://github.com/milesj/boost/tree/master/packages/debug",
21 "license": "MIT",
22 "publishConfig": {
23 "access": "public"
24 },
25 "dependencies": {
26 "@boost/common": "^2.4.1",
27 "@boost/internal": "^2.1.2",
28 "@types/debug": "^4.1.5",
29 "debug": "^4.3.1",
30 "execa": "^4.1.0",
31 "fast-glob": "^3.2.4"
32 },
33 "funding": {
34 "type": "ko-fi",
35 "url": "https://ko-fi.com/milesjohnson"
36 },
37 "gitHead": "5f7e4dd672542eef29f55ec17300600e5fcd6a92"
38}