-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 978 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 978 Bytes
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
{
"name": "@shopware-ag/admin-eslint-rules",
"type": "module",
"description": "Shopware Administration ESLint rules",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"author": "Shopware AG",
"dependencies": {
"compare-versions": "^6.1.1"
},
"peerDependencies": {
"eslint": "catalog:"
},
"exports": {
".": {
"import": "./index.js",
"require": "./index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/shopwareLabs/shopware-javascript-code-quality.git",
"directory": "packages/admin-eslint-rules"
},
"keywords": [
"shopware",
"eslint",
"eslint-plugin",
"eslint-rules"
],
"homepage": "https://github.com/shopwareLabs/shopware-javascript-code-quality/tree/main/packages/admin-eslint-rules#readme",
"bugs": {
"url": "https://github.com/shopwareLabs/shopware-javascript-code-quality/issues"
},
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"eslint": "^9.39.1",
"vitest": "^4.0.1"
}
}