-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.29 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
{
"name": "salesforce-commerce-cloud-libraries",
"version": "1.1.0",
"version-sfra": "4.1.0",
"description": "A cartridge containing popuplar libraries converted / checked to work in the Salesforce Commerce Cloud B2C.",
"main": "index.js",
"scripts": {
"lint": "eslint cartridges",
"uploadCartridge": "node ./bin/b2c-tools.js code deploy",
"watch:autoupload": "node bin/watch.js",
"precommit": "npm run lint --loglevel=silent",
"test": "jest test/unit/**/*.js",
"start": "npm run uploadCartridge && npm run watch:autoupload"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:taurgis/salesforce-commerce-cloud-libraries.git"
},
"author": {
"name": "Thomas Theunen",
"email": "thomas.theunen@forward.eu",
"url": "https://forward.eu"
},
"license": "MIT",
"homepage": "https://github.com/taurgis/salesforce-commerce-cloud-libraries.git#readme",
"devDependencies": {
"@babel/preset-env": "7.28.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base":"15.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sitegenesis": "1.0.0",
"jest": "^30.0.4"
},
"pre-commit": [
"precommit"
],
"packageName": "salesforce-commerce-cloud-libraries",
"cartridges": [
"moment",
"lodash",
"date-fns"
]
}