forked from Eskander/ultra-popup-blocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 723 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 723 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
25
26
{
"name": "ultra-popup-blocker",
"version": "2.0.1",
"description": "Configurable popup blocker that blocks all popup windows by default.",
"main": "ultra-popup-blocker.user.js",
"scripts": {
"lint": "eslint .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/1Tdd/ultra-popup-blocker.git"
},
"author": "1Tdd",
"license": "MIT",
"bugs": {
"url": "https://github.com/1Tdd/ultra-popup-blocker/issues"
},
"homepage": "https://github.com/1Tdd/ultra-popup-blocker#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-userscripts": "^0.5.0",
"prettier": "^3.2.5"
}
}