{ "name": "@n8n/frontend-constants", "type": "module", "version": "0.4.0", "files": [ "dist" ], "exports": { "./*": { "types": "./dist/*.d.mts", "import": "./dist/*.mjs", "require": "./dist/*.cjs" } }, "scripts": { "clean": "rimraf dist .turbo", "dev": "tsdown --watch", "build": "tsdown", "build:unchecked": "pnpm run build", "preview": "vite preview", "typecheck": "vue-tsc --noEmit", "test": "vitest run", "test:dev": "vitest --silent=false", "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" }, "devDependencies": { "@n8n/eslint-config": "workspace:*", "@n8n/typescript-config": "workspace:*", "@n8n/vitest-config": "workspace:*", "eslint": "catalog:", "tsdown": "catalog:", "typescript": "catalog:", "vite": "catalog:", "vitest": "catalog:", "vue-tsc": "catalog:frontend" }, "license": "LicenseRef-n8n-sustainable-use" }