forked from OhMyGuus/I-Still-Dont-Care-About-Cookies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 894 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
{
"name": "isdcac",
"type": "module",
"version": "1.1.1",
"description": "Get rid of cookie warnings from almost all websites!",
"main": "index.js",
"scripts": {
"lint": "eslint src .",
"lintfix": "eslint src --fix",
"prettier": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/OhMyGuus/I-Dont-Care-About-Cookies.git"
},
"author": "OhMyGuus & Community",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/OhMyGuus/I-Dont-Care-About-Cookies/issues"
},
"homepage": "https://github.com/OhMyGuus/I-Dont-Care-About-Cookies#readme",
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"prettier": "2.7.1"
}
}