-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1015 Bytes
/
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
{
"name": "vtex-cms-template-transpiler",
"version": "1.10.0",
"description": "Template transpiler for Vtex CMS local development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:jeffdrumgod/vtex-cms-template-transpiler.git"
},
"engines": {
"node": ">= 15"
},
"keywords": [
"vtex",
"npm",
"proxy",
"server",
"cms"
],
"author": "Jefferson Rafael Kozerski <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"axios": "0.23.0",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"glob": "^7.1.6",
"glob-promise": "4.2.1",
"handlebars": "^4.7.7",
"https": "^1.0.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"serve-index": "^1.9.1",
"velocityjs": "^2.0.3",
"vtex-cms-mocked-controllers": "1.2.0"
}
}