-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 837 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
{
"name": "winmess",
"type": "module",
"version": "1.0.0",
"description": "This library provides a request/response style API for the browsers `postMessage` `onmessage` functions.",
"main": "lib/index.js",
"scripts": {
"test": "node test"
},
"keywords": [],
"author": "Mark Wylde <me@markwylde.com> (https://github.com/markwylde)",
"license": "MIT",
"devDependencies": {
"debounce": "^1.2.1",
"esbuild": "^0.17.18",
"just-tap": "^2.6.0",
"servatron": "^2.4.3"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markwylde/winmess.git"
},
"bugs": {
"url": "https://github.com/markwylde/winmess/issues"
},
"homepage": "https://github.com/markwylde/winmess#readme",
"dependencies": {
"puppeteer": "^19.11.1"
}
}