-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.55 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@jenssimon/eslint-config-sfcc",
"version": "0.0.0-development",
"description": "A collection of shareable ESLint configurations for Salesforce Commerce Cloud (SFCC)",
"main": "index.js",
"author": "Jens Simon <https://github.com/jenssimon>",
"keywords": [
"eslint",
"eslintconfig",
"sfcc",
"demandware",
"salesforce",
"commercecloud",
"sfra"
],
"repository": {
"type": "git",
"url": "https://github.com/jenssimon/eslint-config-sfcc"
},
"license": "MIT",
"files": [
"/index.js",
"/sfra.js",
"/sfra-storefront.js",
"/lib/"
],
"scripts": {
"lint": "eslint ./",
"commit": "cz",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"semantic-release": "semantic-release"
},
"dependencies": {
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-sitegenesis": "^1.0.0"
},
"peerDependencies": {
"@jenssimon/eslint-config-base": ">=6.7.0",
"eslint": ">=7.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@eslint/eslintrc": "^3.2.0",
"@jenssimon/eslint-config-base": "^8.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.18.0",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"pinst": "^3.0.0",
"semantic-release": "^24.0.0"
},
"packageManager": "yarn@4.6.0",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": [
"main"
]
}
}