-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 797 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 797 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
{
"name": "focused-browsing",
"version": "0.91.1",
"description": "Focused Browsing is a web extension that helps you focus on your creative and professional goals by hiding distracting web elements on popular social websites.",
"scripts": {
"build": "node build.js",
"dev": "node build.js --watch",
"generate-release-zip": "npm run build && node generate-release-zip.js",
"format": "prettier --write .",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"esbuild": "^0.19.8",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"jest-raw-loader": "^1.0.1",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"typescript": "^5.9.2",
"webextension-polyfill": "^0.12.0",
"webextension-polyfill-ts": "^0.26.0"
}
}