-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 813 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
30
31
32
33
34
35
36
{
"name": "analytics-plugin-splitbee",
"version": "0.0.1",
"description": "Splitbee support for Analytics",
"keywords": [
"analytics",
"plausible"
],
"author": "Ian Hunter <ian@01.studio>",
"homepage": "https://github.com/ian/analytics/tree/main/packages/splitbee#readme",
"license": "MIT",
"main": "dist/splitbee.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ian/analytics.git"
},
"scripts": {
"clean": "rm -rf ./dist",
"build": "tsc",
"build:watch": "tsc --watch"
},
"bugs": {
"url": "https://github.com/ian/analytics/issues"
},
"devDependencies": {
"@types/node": "^14.14.40",
"typescript": "^4.2.4"
},
"dependencies": {
"@splitbee/web": "^0.2.4",
"analytics": "^0.7.5"
}
}