-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.84 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.84 KB
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
{
"name": "@mparticle/web-rokt-kit",
"version": "1.24.0",
"description": "mParticle integration kit for Rokt",
"main": "dist/Rokt-Kit.common.js",
"module": "dist/Rokt-Kit.esm.js",
"types": "dist/Rokt-Kit.d.ts",
"exports": {
".": {
"types": "./dist/Rokt-Kit.d.ts",
"import": "./dist/Rokt-Kit.esm.js",
"require": "./dist/Rokt-Kit.common.js"
}
},
"files": [
"dist/Rokt-Kit.common.js",
"dist/Rokt-Kit.esm.js",
"dist/Rokt-Kit.iife.js",
"dist/Rokt-Kit.d.ts"
],
"repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-rokt",
"scripts": {
"build": "vite build",
"build:watch": "vite build --watch",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@eslint/eslintrc": "^3.3.1",
"@mparticle/event-models": "^1.1.9",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"@types/node": "^20.11.5",
"@vitest/coverage-v8": "^4.0.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jsdom": "latest",
"prettier": "^3.0.0",
"semantic-release": "^24.2.0",
"typescript": "^5.5.4",
"vite": "^6.0.0",
"vite-plugin-dts": "~3.8.1",
"vitest": "^4.0.0"
},
"dependencies": {
"@mparticle/web-sdk": "^2.62.0"
},
"license": "Apache-2.0"
}