UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@boost/debug",
3 "version": "2.2.1",
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": "./dts/index.d.ts",
17 "engines": {
18 "node": ">=10.3.0",
19 "npm": ">=6.1.0"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git@github.com:milesj/boost.git",
24 "directory": "packages/debug"
25 },
26 "author": "Miles Johnson",
27 "license": "MIT",
28 "publishConfig": {
29 "access": "public"
30 },
31 "dependencies": {
32 "@boost/common": "^2.5.1",
33 "@boost/internal": "^2.2.1",
34 "@types/debug": "^4.1.5",
35 "debug": "^4.3.1",
36 "execa": "^5.0.0",
37 "fast-glob": "^3.2.4"
38 },
39 "funding": {
40 "type": "ko-fi",
41 "url": "https://ko-fi.com/milesjohnson"
42 },
43 "packemon": {
44 "inputs": {
45 "index": "src/index.ts",
46 "test": "src/test.ts"
47 },
48 "platform": "node"
49 },
50 "gitHead": "3aa9bda270786e931a90e927375c33dddffed14d"
51}