-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.16 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ocapi-proxy",
"version": "2.2.3",
"description": "Salesforce Commerce Cloud OCAPI Proxy Router",
"repository": {
"type": "git",
"url": "https://github.com/johnfacey/ocapi-proxy.git"
},
"main": "ocapi-proxy.js",
"scripts": {
"start": "node ocapi-proxy.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build-fs": "node build.js",
"postinstall": "npm run-script build-fs"
},
"keywords": [
"sfcc",
"salesforce",
"ocapi",
"express",
"demandware",
"open",
"commerce",
"commerce cloud",
"open commerce",
"node",
"proxy",
"bootstrap",
"jquery",
"web service",
"proxy",
"router",
"server"
],
"author": "John K. Facey II",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.1",
"bootstrap": "^5.2.3",
"btoa": "^1.2.1",
"chalk": "^5.2.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"fs": "^0.0.1-security",
"jsonfile": "^6.1.0",
"minimist": "^1.2.7",
"open": "^8.4.0",
"qs": "^6.11.0",
"request": "^2.88.2",
"universal-analytics": "^0.5.3"
}
}