forked from mozilla/cookie-banner-rules-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 879 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
{
"name": "cookie-banner-rules-list",
"version": "1.0.0",
"description": "Rules List for how Firefox's Automated Cookie Banner Preference Manager is to interact with banners on a site by site basis",
"scripts": {
"test": "npm run test-formatting && npm run test-validate-rules",
"test-validate-rules": "node test/validateRules.js",
"test-formatting": "prettier --check .",
"prettier": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/cookie-banner-rules-list.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/cookie-banner-rules-list/issues"
},
"homepage": "https://github.com/mozilla/cookie-banner-rules-list#readme",
"private": "true",
"devDependencies": {
"ajv": "^8.12.0",
"node-fetch": "^3.3.2",
"prettier": "3.0.3"
}
}