-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 831 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
{
"name": "babysit",
"version": "0.3.0",
"description": "Press / in your browser to file a GitHub issue with screenshot and app state — straight from your dev session.",
"main": "index.js",
"bin": {
"babysit": "./index.js"
},
"files": [
"index.js",
"server.js",
"github.js",
"widget.js",
"vite-plugin-babysit.js"
],
"scripts": {
"start": "node index.js"
},
"keywords": [
"github",
"issues",
"bug-reporting",
"screenshot",
"devtools",
"feedback"
],
"license": "MIT",
"homepage": "https://github.com/whadar/babysit#readme",
"repository": {
"type": "git",
"url": "https://github.com/whadar/babysit.git"
},
"dependencies": {
"@octokit/rest": "^21.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"html2canvas": "^1.4.1"
}
}