forked from ibericode/koko-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 986 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
32
33
{
"name": "koko-analytics",
"description": "Privacy-friendly analytics for your WordPress site",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"download-referrer-blocklist": "curl https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt -k -o data/referrer-blocklist",
"create-pot": "wp i18n make-pot .",
"lint": "eslint assets/src/js/*.js"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ibericode/koko-analytics.git"
},
"keywords": [
"wordpress"
],
"author": "Danny van Kooten",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ibericode/koko-analytics/issues"
},
"homepage": "https://github.com/ibericode/koko-analytics#readme",
"devDependencies": {
"@eslint/js": "^9.5.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^9.5.0",
"globals": "^15.6.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}