n8n/packages/frontend/tooling/eslint-config/package.json
Alex Grozav ef87da4c19
feat: Add reusable frontend composables package (#13077)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-02-06 12:44:30 +02:00

24 lines
501 B
JSON

{
"name": "@n8n/frontend-eslint-config",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@n8n_io/eslint-config": "workspace:*",
"eslint-plugin-n8n-local-rules": "^1.0.0"
},
"files": [
"index.cjs"
],
"main": "./index.cjs",
"module": "./index.cjs",
"exports": {
".": {
"import": "./index.cjs",
"require": "./index.cjs",
"types": "./index.d.ts"
},
"./*": "./*"
},
"license": "See LICENSE.md file in the root of the repository"
}