-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "@leifermendez/partytown-qwik",
"version": "1.0.7",
"description": "✌️ Partytown adapter for qwik",
"main": "index.js",
"scripts": {
"clean-build": "rm -rf ./adapter/src && rm -rf ./adapter/tests",
"build": "rm -rf ./adapter && tsc && mv ./adapter/src/* ./adapter",
"release": "npm run build && npm run clean-build && npm pack",
"test": "tsm node_modules/uvu/bin.js tests --tsmconfig tsm.cjs"
},
"license": "ISC",
"dependencies": {
"@builder.io/partytown": "^0.7.0",
"@builder.io/qwik": "^0.9.0"
},
"devDependencies": {
"tsm": "^2.2.2",
"uvu": "^0.5.6"
},
"files": [
"adapter/",
"!adapter/test"
],
"author": "Leifer Mendez",
"homepage": "https://github.com/leifermendez/partytown-qwik#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/leifermendez/partytown-qwik.git"
},
"keywords": [
"web worker",
"3rd-party",
"third-party",
"analytics",
"webapp",
"performance",
"lighthouse",
"core web vitals",
"react"
],
"publishConfig": {
"access": "public"
}
}