-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
58 lines (58 loc) · 1.54 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
{
"name": "@empathyco/eslint-plugin-x",
"version": "2.0.0-alpha.38",
"description": "ESLint and Prettier rules and configurations",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
"homepage": "https://github.com/empathyco/x/tree/main/packages/eslint-plugin-x#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"main": "lib/index.js",
"files": [
"lib/**/*",
"*.js"
],
"repository": {
"type": "git",
"url": "https://github.com/empathyco/x.git",
"directory": "packages/eslint-plugin-x"
},
"engines": {
"node": ">=18"
},
"scripts": {
"build": "pnpm pack"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "~5.49.0",
"@typescript-eslint/parser": "~5.49.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "~11.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "~3.5.2",
"eslint-plugin-cypress": "~2.12.1",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-jest": "~27.2.0",
"eslint-plugin-jsdoc": "~39.6.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "~0.2.17",
"eslint-plugin-vue": "~8.7.1",
"eslint-plugin-vuejs-accessibility": "~2.0.0",
"prettier-plugin-tailwindcss": "~0.3.0"
},
"devDependencies": {
"eslint": "~8.32.0",
"prettier": "~2.8.3"
},
"peerDependencies": {
"eslint": "~8.32.0",
"prettier": "^2.0.5"
},
"prettier": "./prettier-config.js",
"publishConfig": {
"access": "public"
}
}