-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 969 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
{
"name": "sfcc-schemas",
"version": "1.2.5",
"description": "Sa5.js",
"license": "",
"author": {
"name": "Warren Galyen"
},
"engines": {
"node": ">=10.0.0"
},
"bin": {
"sfcc-schemas-validate": "validate.js",
"sfcc-schemas-xsdfy": "xsdfy.js",
"sfcc-schemas-metacheatsheet": "metacheatsheet.js"
},
"dependencies": {
"chalk": "4.0.0",
"cli-progress": "3.8.0",
"es6-promise-pool": "2.5.0",
"glob": "7.1.6",
"glob-promise": "3.4.0",
"lodash": "4.17.21",
"moment": "2.29.4",
"promise-timeout": "1.3.0",
"xml2js-es6-promise": "1.1.1",
"xsd-schema-validator": "0.6.0",
"yargs": "15.3.1"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-mocha": "6.3.0",
"jest": "25.4.0",
"prettier-eslint": "9.0.1"
}
}