forked from mrinc/F-B-Hide-Recommendations-and-Reels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 982 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
{
"name": "chrome-facebook-hide-ads-and-reels",
"version": "1.0.0",
"description": "This extension looks for certain keys in Facebooks feed and hides elements that contain `Reels and short videos` and `Suggested for you`.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrinc/Facebook-Hide-Recommendations-and-Reels.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrinc/Facebook-Hide-Recommendations-and-Reels/issues"
},
"homepage": "https://github.com/mrinc/Facebook-Hide-Recommendations-and-Reels#readme",
"dependencies": {
"@types/webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"tailwindcss": "^3.3.2",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1"
}
}