n8n/packages/frontend/tooling/eslint-config/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
501 B
JSON
Raw Normal View History

{
"name": "@n8n/frontend-eslint-config",
"version": "1.1.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"
}