-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 935 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@betterbugs/web-sdk",
"version": "0.0.40",
"main": "index.js",
"module": "index.js",
"types": "types/index.d.ts",
"files": ["index.js", "recorder.js", "logs-capture.js", "types", "chunks"],
"sideEffects": false,
"keywords": [
"betterbugs",
"web-sdk",
"bug-reporting",
"bug-tracking",
"bug-reporting-tool",
"bug-tracking-tool",
"bug-reporting-sdk",
"bug-tracking-sdk",
"betterbugs-sdk",
"betterbugs-web-sdk"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
},
"author": "Betterbugs Dev",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"description": "A web sdk package for Betterbugs",
"repository": {
"type": "git",
"url": "https://github.com/betterbugs/web-sdk"
}
}