mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
e2afe16634
Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexgrozav <6179477+alexgrozav@users.noreply.github.com> Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
58 lines
2.0 KiB
JSON
58 lines
2.0 KiB
JSON
{
|
|
"name": "@n8n/frontend-module-otel",
|
|
"version": "0.1.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",
|
|
"lint:styles": "stylelint \"src/**/*.{scss,sass,vue}\" --cache",
|
|
"lint:styles:fix": "stylelint \"src/**/*.{scss,sass,vue}\" --fix --cache",
|
|
"format": "biome format --write . && prettier --write . --ignore-path ../../../../.prettierignore",
|
|
"format:check": "biome ci . && prettier --check . --ignore-path ../../../../.prettierignore"
|
|
},
|
|
"dependencies": {
|
|
"@n8n/composables": "workspace:*",
|
|
"@n8n/design-system": "workspace:*",
|
|
"@n8n/frontend-module-sdk": "workspace:*",
|
|
"@n8n/i18n": "workspace:*",
|
|
"@n8n/rest-api-client": "workspace:*",
|
|
"@n8n/stores": "workspace:*",
|
|
"pinia": "catalog:frontend",
|
|
"vue": "catalog:frontend",
|
|
"vue-router": "catalog:frontend"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "catalog:",
|
|
"@n8n/eslint-config": "workspace:*",
|
|
"@n8n/frontend-vite-config": "workspace:*",
|
|
"@n8n/permissions": "workspace:*",
|
|
"@n8n/playwright-janitor": "workspace:*",
|
|
"@n8n/stylelint-config": "workspace:*",
|
|
"@n8n/typescript-config": "workspace:*",
|
|
"@n8n/vitest-config": "workspace:*",
|
|
"@pinia/testing": "^0.1.6",
|
|
"@testing-library/jest-dom": "catalog:frontend",
|
|
"@testing-library/user-event": "catalog:frontend",
|
|
"@testing-library/vue": "catalog:frontend",
|
|
"@vitejs/plugin-vue": "catalog:frontend",
|
|
"eslint": "catalog:",
|
|
"stylelint": "catalog:",
|
|
"typescript": "catalog:",
|
|
"unplugin-icons": "catalog:frontend",
|
|
"vite": "catalog:",
|
|
"vite-svg-loader": "catalog:frontend",
|
|
"vitest": "catalog:",
|
|
"vue-tsc": "catalog:frontend"
|
|
},
|
|
"license": "LicenseRef-n8n-sustainable-use"
|
|
}
|