-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 917 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
34
35
36
37
38
39
40
41
42
{
"name": "localga",
"version": "3.0.0",
"description": "Save a local version of your Google Analytics script",
"keywords": [
"GA",
"Google Analytics",
"Page Speed Insights",
"Local Analytics",
"Offline Analytics",
"Local Google Analytics",
"Offline Google Analytics"
],
"homepage": "https://atanas.info/portfolio/open-source/localga",
"bugs": {
"url": "https://github.com/scriptex/localga/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Atanas Atanasov <[email protected]> (https://atanas.info)",
"funding": "https://github.com/sponsors/scriptex",
"main": "./index.js",
"bin": {
"localga": "./cli.js"
},
"engines": {
"node": ">= 18 || >= 19"
},
"repository": {
"type": "git",
"url": "github:scriptex/localga"
},
"scripts": {
"test": "rm -rf tmp && tape test.js"
},
"dependencies": {
"meow": "13.2.0"
},
"devDependencies": {
"tape": "5.9.0"
}
}