-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 858 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 858 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
{
"name": "int_klaviyo",
"version": "24.9.0",
"description": "Klaviyo integration for Commerce Cloud",
"main": "index.js",
"scripts": {
"test": "mocha ./test/unit/*.js",
"lint": "eslint **/*.js",
"watch": "sgmf-scripts --watch",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/klaviyo/SFCC_Klaviyo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/klaviyo/SFCC_Klaviyo/issues"
},
"homepage": "https://github.com/klaviyo/SFCC_Klaviyo#readme",
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.14.0",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"prettier": "^3.5.3",
"sgmf-scripts": "^2.4.2"
},
"dependencies": {
"proxyquire": "^2.1.3"
}
}