Files
n8n/packages/@n8n/vitest-config/package.json
T
n8n-assistant[bot] 8f82586bba 🚀 Release 2.36.0 (#36483)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-08-18 08:24:56 +00:00

71 lines
1.8 KiB
JSON

{
"name": "@n8n/vitest-config",
"version": "1.21.0",
"type": "module",
"peerDependencies": {
"@testing-library/jest-dom": "catalog:frontend",
"@testing-library/vue": "catalog:frontend",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependenciesMeta": {
"@testing-library/jest-dom": {
"optional": true
},
"@testing-library/vue": {
"optional": true
}
},
"dependencies": {},
"devDependencies": {
"@n8n/typescript-config": "workspace:*",
"@testing-library/jest-dom": "catalog:frontend",
"@testing-library/vue": "catalog:frontend",
"typescript": "catalog:typescript",
"vite": "catalog:",
"vitest": "catalog:"
},
"files": [
"backend.mjs",
"frontend.mjs"
],
"exports": {
"./backend": {
"import": "./backend.mjs",
"require": "./backend.mjs",
"types": "./backend.d.ts"
},
"./frontend": {
"import": "./dist/frontend.js",
"require": "./dist/frontend.js",
"types": "./dist/frontend.d.ts"
},
"./setup/frontend": {
"import": "./dist/setup/frontend.js",
"require": "./dist/setup/frontend.js",
"types": "./dist/setup/frontend.d.ts"
},
"./node": {
"import": "./dist/node.js",
"require": "./dist/node.js",
"types": "./dist/node.d.ts"
},
"./node-decorators": {
"import": "./dist/node-decorators.js",
"require": "./dist/node-decorators.js",
"types": "./dist/node-decorators.d.ts"
}
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"build:unchecked": "tsc -p tsconfig.build.json --noCheck",
"format": "biome format --write .",
"format:check": "biome ci .",
"watch": "tsc -p tsconfig.build.json --watch"
},
"license": "LicenseRef-n8n-sustainable-use"
}