n8n/packages/@n8n/eslint-config/package.json
Matsu 9b2b78f8d5
chore: Migrate the rest of packages/@n8n to typescript 7 (#34332)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 10:45:58 +03:00

64 lines
1.8 KiB
JSON

{
"private": true,
"name": "@n8n/eslint-config",
"type": "module",
"version": "0.0.1",
"exports": {
"./base": {
"types": "./dist/configs/base.d.js",
"default": "./dist/configs/base.js"
},
"./frontend": {
"types": "./dist/configs/frontend.d.js",
"default": "./dist/configs/frontend.js"
},
"./node": {
"types": "./dist/configs/node.d.js",
"default": "./dist/configs/node.js"
}
},
"scripts": {
"build": "tsc",
"build:unchecked": "tsc --noCheck",
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"format": "biome format --write .",
"format:check": "biome ci .",
"test": "vitest run",
"test:unit": "vitest run",
"test:dev": "vitest",
"typecheck": "tsc --noEmit",
"watch": "tsc --watch"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@n8n/typescript-config": "workspace:*",
"@n8n/vitest-config": "workspace:*",
"@stylistic/eslint-plugin": "^5.0.0",
"@types/eslint": "^9.6.1",
"@types/node": "catalog:",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"@typescript-eslint/rule-tester": "^8.35.0",
"@typescript-eslint/utils": "^8.35.0",
"@typescript/native": "catalog:typescript-tooling",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-import-x": "^4.15.2",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-unicorn": "^59.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^10.2.0",
"globals": "^16.2.0",
"typescript": "catalog:typescript-tooling",
"typescript-eslint": "^8.35.0",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
"eslint": "catalog:"
},
"license": "LicenseRef-n8n-sustainable-use"
}