mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
541a312dc2
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "@n8n/frontend-module-instance-registry",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf .turbo",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:changed": "janitor test-scoped",
|
|
"test:dev": "vitest",
|
|
"lint": "eslint src --quiet",
|
|
"lint:fix": "eslint src --fix",
|
|
"format": "biome format --write . && prettier --write . --ignore-path ../../../../.prettierignore",
|
|
"format:check": "biome ci . && prettier --check . --ignore-path ../../../../.prettierignore"
|
|
},
|
|
"dependencies": {
|
|
"@n8n/api-types": "workspace:*",
|
|
"@n8n/composables": "workspace:*",
|
|
"@n8n/design-system": "workspace:*",
|
|
"@n8n/frontend-module-sdk": "workspace:*",
|
|
"@n8n/i18n": "workspace:*",
|
|
"@n8n/permissions": "workspace:*",
|
|
"@n8n/rest-api-client": "workspace:*",
|
|
"@n8n/stores": "workspace:*",
|
|
"n8n-workflow": "workspace:*",
|
|
"pinia": "catalog:frontend",
|
|
"vue": "catalog:frontend",
|
|
"vue-router": "catalog:frontend"
|
|
},
|
|
"devDependencies": {
|
|
"@n8n/eslint-config": "workspace:*",
|
|
"@n8n/frontend-vite-config": "workspace:*",
|
|
"@n8n/playwright-janitor": "workspace:*",
|
|
"@n8n/typescript-config": "workspace:*",
|
|
"@n8n/vitest-config": "workspace:*",
|
|
"@testing-library/jest-dom": "catalog:frontend",
|
|
"@testing-library/vue": "catalog:frontend",
|
|
"@vitejs/plugin-vue": "catalog:frontend",
|
|
"eslint": "catalog:",
|
|
"typescript": "catalog:",
|
|
"unplugin-icons": "catalog:frontend",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:",
|
|
"vue-tsc": "catalog:frontend"
|
|
},
|
|
"license": "LicenseRef-n8n-sustainable-use"
|
|
}
|