-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 977 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 977 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
37
38
39
40
41
42
43
44
45
46
{
"name": "@krenalis/nodejs-sdk",
"version": "0.0.3",
"description": "Node.js SDK for sending events to the Krenalis Customer Data Platform (CDP)",
"main": "index.cjs",
"exports": {
"require": "./index.cjs",
"import": "./index.js"
},
"engines": {
"node": ">=18"
},
"scripts": {
"test": "ava"
},
"files": [
"index.cjs",
"index.js"
],
"type": "module",
"dependencies": {
"@segment/loosely-validate-event": "2.0.0",
"axios": "1.13.2",
"axios-retry": "4.5.0",
"lodash.isstring": "4.0.1",
"md5": "2.3.0",
"ms": "2.1.3",
"remove-trailing-slash": "0.1.1",
"uuid": "13.0.0"
},
"devDependencies": {
"ava": "6.4.1",
"body-parser": "2.2.1",
"delay": "7.0.0",
"express": "5.1.0",
"sinon": "21.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/krenalis/analytics-nodejs.git"
},
"publishConfig": {
"access": "public"
}
}