mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor: Move vitest-config and eslint-config packages to @n8n (#13530)
This commit is contained in:
25
packages/@n8n/vitest-config/package.json
Normal file
25
packages/@n8n/vitest-config/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@n8n/vitest-config",
|
||||
"version": "1.1.0",
|
||||
"type": "module",
|
||||
"peerDependencies": {
|
||||
"vite": "catalog:frontend",
|
||||
"vitest": "catalog:frontend"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "catalog:frontend",
|
||||
"vitest": "catalog:frontend"
|
||||
},
|
||||
"files": [
|
||||
"frontend.mjs"
|
||||
],
|
||||
"exports": {
|
||||
"./frontend": {
|
||||
"import": "./frontend.mjs",
|
||||
"require": "./frontend.mjs",
|
||||
"types": "./frontend.d.ts"
|
||||
},
|
||||
"./*": "./*"
|
||||
},
|
||||
"license": "See LICENSE.md file in the root of the repository"
|
||||
}
|
||||
Reference in New Issue
Block a user