-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 KB
/
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
43
44
45
46
47
48
{
"name": "@astrolib/analytics",
"version": "0.5.0",
"description": "Provides Analytics snippets injection for popular web analytics tools",
"homepage": "https://github.com/onwidget/astrolib/tree/main/packages/analytics",
"bugs": {
"url": "https://github.com/onwidget/astrolib/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/onwidget/astrolib.git",
"directory": "packages/analytics"
},
"author": {
"name": "onWidget",
"email": "contact@onwidget.com",
"url": "https://github.com/onwidget"
},
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
],
"keywords": [
"astro-component",
"astro",
"analytics",
"astrolib",
"google-analytics",
"ga4",
"astro-integration",
"withastro"
],
"scripts": {},
"devDependencies": {
"astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0"
},
"peerDependencies": {
"astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0"
}
}