-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1002 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
35
36
{
"name": "reach-ratio",
"private": false,
"version": "1.0.0",
"type": "module",
"license": "MIT",
"author": {
"name": "Youssef Hefnawy",
"email": "[email protected]"
},
"description": "A simple Chrome extension, See Your Real Engagement!, converts interactions on Twitter into a percentage relative to the number of your followers and the level of interaction.",
"contributors": [
{
"name": "Youssef Hefnawy",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ymhaah/Reach-Ratio"
},
"bugs": {
"url": "https://github.com/ymhaah/Reach-Ratio/issues"
},
"homepage": "https://github.com/ymhaah/Reach-Ratio",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/chrome": "^0.0.258",
"typescript": "^5.2.2"
},
"dependencies": {
"chrome-types": "^0.1.250"
}
}