This repository was archived by the owner on Mar 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 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
44
45
46
47
{
"name": "sfcc-tools",
"version": "2.1.0",
"description": "Tools for Salesforce Commerce Cloud (SFCC) development",
"main": "index.js",
"author": "Jens Simon <https://github.com/jenssimon/>",
"license": "MIT",
"private": true,
"keywords": [
"sfcc",
"demandware",
"salesforce",
"commercecloud",
"sfra"
],
"repository": {
"type": "git",
"url": "https://github.com/jenssimon/sfcc-tools/packages/sfcc-deploy"
},
"scripts": {
"lint": "oao run-script lint"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@jenssimon/eslint-config-base": "^3.1.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-dollar-sign": "^1.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-redux": "^3.3.2",
"eslint-plugin-sonarjs": "^0.6.0",
"oao": "^2.0.1"
}
}