UNPKG

706 BJSONView Raw
1{
2 "name": "@boost/debug",
3 "version": "1.1.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.2.0",
26 "@boost/internal": "^1.0.0",
27 "@types/debug": "^4.1.4",
28 "debug": "^4.1.1",
29 "execa": "^2.0.2"
30 },
31 "gitHead": "df95147bce94ffa5bdddd011edf3d4261255f094"
32}