UNPKG

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