forked from Moustachauve/cookie-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 798 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
{
"name": "cookie-editor",
"version": "1.13.0",
"repository": {
"type": "git",
"url": "https://github.com/Moustachauve/cookie-editor.git"
},
"license": "GPL-3.0-only",
"devDependencies": {
"eslint": "^8.47.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"grunt": "~1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^24.3.0",
"grunt-json-replace": "^0.1.2",
"grunt-remove-logging": "^0.2.0",
"grunt-replace": "^2.0.2",
"prettier": "^3.0.2"
},
"scripts": {
"prettier-format": "prettier --config .prettierrc **/*.js --write"
}
}