-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 916 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
{
"name": "ihatefakepng",
"version": "1.1.0",
"description": "Browser extension that filters out non-transparent images from search results when using specific words like \"png\"",
"main": "out/background.js",
"scripts": {
"build": "webpack",
"pack": "webpack && node ./buildscritps/pack.js",
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/sinon-chrome": "^2.2.15",
"@types/webextension-polyfill": "^0.10.7",
"archiver": "^7.0.1",
"copy-webpack-plugin": "^12.0.2",
"glob": "^10.3.14",
"jest": "^29.7.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.1.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"web-ext": "^7.11.0",
"webextension-polyfill": "^0.11.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
}
}