-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 879 Bytes
/
package.json
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
{
"name": "ext-message-broker",
"version": "0.2.8",
"description": "Easier communication for browser extensions",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pyrodash/ext-message-broker.git"
},
"author": {
"name": "Ahmed El-Marakby",
"email": "[email protected]",
"url": "https://ahmedelmarakby.com"
},
"bugs": {
"url": "https://github.com/pyrodash/ext-message-broker/issues"
},
"homepage": "https://github.com/pyrodash/ext-message-broker#readme",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.145",
"@types/events": "^3.0.0",
"@types/node": "^15.12.2",
"typescript": "^4.3.2"
},
"dependencies": {
"events": "^3.3.0",
"webextension-polyfill-ts": "^0.25.0"
}
}