-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.48 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@bloomscorp/bloomsight.js",
"version": "0.4.1",
"description": "A client side javascript library to work with bloomsight.io",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"prepare": "husky",
"lint": "tsc",
"build": "tsup",
"test": "vitest",
"bundle": "webpack --mode production",
"release": "release-it"
},
"keywords": [
"bloomsight.io",
"web-analytics",
"site-tracking",
"visitor-analytics",
"event-tracking",
"engagement-analytics",
"real-time-analytics"
],
"engines": {
"node": ">=20"
},
"homepage": "https://github.com/bloomscorp/bloomsight.js",
"bugs": {
"url": "https://github.com/bloomscorp/bloomsight.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bloomscorp/bloomsight.js"
},
"author": {
"name": "ayan",
"email": "ayan@bloomscorp.com"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.11.16",
"@vitest/browser": "^1.3.1",
"@vitest/coverage-v8": "^1.3.1",
"husky": "^9.0.10",
"release-it": "^17.0.3",
"terser": "^5.27.0",
"timers-browserify": "^2.0.12",
"ts-loader": "^9.5.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.3.1",
"webdriverio": "^8.32.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"bmx-pastebox": "^1.0.14"
}
}