-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 759 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
{
"name": "mebus",
"author": {
"name": "Kirill Chuprov",
"email": "[email protected]",
"url": "https://kcrz.dev"
},
"version": "1.0.5",
"description": "Type-safe event bus for browser",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kirill-dev-pro/MeBus/tree/master"
},
"issues": {
"url": "https://github.com/kirill-dev-pro/MeBus/issues"
},
"keywords": [
"event",
"bus",
"emitter",
"listener",
"browser",
"typescript",
"io-ts",
"microfrontend",
"microfrontends",
"micro-frontend",
"micro-frontends"
],
"main": "index.ts",
"module": "index.ts",
"type": "module",
"dependencies": {
"fp-ts": "^2.16.2",
"io-ts": "^2.2.21"
}
}