-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 888 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
43
44
{
"name": "astro-beam",
"version": "1.1.2",
"description": "BeamAnalytics integration for Astro",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"files": [
"src"
],
"keywords": [
"astro",
"astro-component",
"astro-integration",
"analytics",
"beam",
"tracking",
"webanalytics",
"withastro"
],
"author": {
"name": "Marc Redwerkz",
"url": "https://github.com/rdwz"
},
"homepage": "https://github.com/advanced-astro/astro-beam",
"funding": [
{
"type": "PayPal",
"url": "https://paypal.me/redwerkz"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/advanced-astro/astro-beam/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/advanced-astro/astro-beam.git"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0"
}
}