mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"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"
|
|
}
|