-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 830 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 830 Bytes
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
{
"name": "ga-beacon",
"version": "1.0.0",
"description": "A Node JS serverless function which trachs Google Analytics pageview events via image loading",
"keywords": [
"Analytics Badge",
"Google Analytics",
"Serverless function"
],
"homepage": "https://ga-beacon.atanas.info/api/analytics?account=UA-83446952-1&page=github.com/scriptex/ga-beacon&pixel",
"bugs": {
"url": "https://github.com/scriptex/ga-beacon/issues",
"email": "hi@atanas.info"
},
"license": "MIT",
"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
"funding": "https://github.com/sponsors/scriptex",
"main": "api/analytics.ts",
"repository": {
"type": "git",
"url": "github:scriptex/ga-beacon"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"@types/node": "24.12.0",
"@vercel/node": "5.6.22"
}
}