-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.04 KB
/
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": "nodistractions",
"version": "1.2.0",
"description": "Simple, bloat-free website blocker with a focus on intuitiveness.",
"type": "module",
"dependencies": {
"webext-patterns": "^1.5.0",
"webextension-polyfill": "^0.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "npx webpack build -w --mode=development",
"prebuild:firefox": "npx webpack build --mode=production",
"build:firefox": "web-ext build --overwrite-dest --source-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AsciiJakob/NoDistractions.git"
},
"author": "Asciijakob",
"license": "MIT",
"bugs": {
"url": "https://github.com/AsciiJakob/NoDistractions/issues"
},
"homepage": "https://github.com/Asciijakob/NoDistractions#readme",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"generate-license-file-webpack-plugin": "^3.5.0",
"web-ext": "^8.2.0",
"web-ext-plugin": "^2.10.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}