-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
43 lines (43 loc) · 1.34 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
{
"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": "sgmf-scripts --lint js",
"upload": "sgmf-scripts --upload",
"uploadCartridge": "sgmf-scripts --uploadCartridge jsPDF && sgmf-scripts --uploadCartridge plugin_testlibraries",
"uploadDw": "sgmf-scripts",
"watch": "sgmf-scripts --watch",
"precommit": "npm run lint --loglevel=silent",
"test": "sgmf-scripts --test test/unit/**/*.js"
},
"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": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-sitegenesis": "~1.0.0",
"sgmf-scripts": "^2.4.1"
},
"pre-commit": [
"precommit"
],
"packageName": "salesforce-commerce-cloud-libraries",
"cartridges": [
"moment",
"lodash",
"date-fns"
]
}