This repository was archived by the owner on Jul 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@jenssimon/eslint-config-sfcc",
"version": "0.0.0",
"description": "A collection of shareable ESLint configurations for Salesforce Commerce Cloud (SFCC)",
"keywords": [
"commercecloud",
"demandware",
"eslint",
"eslintconfig",
"salesforce",
"sfcc"
],
"homepage": "https://github.com/jenssimon/eslint-config-sfcc#readme",
"bugs": {
"url": "https://github.com/jenssimon/eslint-config-sfcc/issues"
},
"license": "MIT",
"author": "Jens Simon <https://github.com/jenssimon>",
"repository": {
"type": "git",
"url": "git+https://github.com/jenssimon/eslint-config-sfcc.git"
},
"files": [
"dist"
],
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vp pack",
"dev": "vp pack --watch",
"test": "vp test",
"check": "vp check",
"prepublishOnly": "vp run build",
"semantic-release": "semantic-release"
},
"dependencies": {
"eslint-plugin-es": "^4.1.0",
"fast-xml-parser": "^5.8.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/eslint": "^9.6.1",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@typescript/native-preview": "7.0.0-dev.20260624.1",
"@vitest/coverage-v8": "^4.1.5",
"bumpp": "^11.0.1",
"eslint-plugin-sonarjs": "^4.0.3",
"eslint-plugin-unicorn": "^69.0.0",
"semantic-release": "^25.0.3",
"typescript": "^6.0.3",
"vite-plus": "^0.2.0"
},
"peerDependencies": {
"@eslint/compat": ">=1.3.1",
"eslint": ">=9.0.0",
"globals": ">=13.24.0"
},
"release": {
"branches": [
"main"
]
},
"packageManager": "pnpm@11.9.0"
}