Files
n8n-enterprise-unlocked/packages/@n8n/vitest-config/package.json
github-actions[bot] 173cbe48f1 🚀 Release 1.101.0 (#16835)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-30 14:31:31 +02:00

40 lines
947 B
JSON

{
"name": "@n8n/vitest-config",
"version": "1.4.0",
"type": "module",
"peerDependencies": {
"vite": "catalog:",
"vitest": "catalog:"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*",
"vite": "catalog:",
"vitest": "catalog:"
},
"files": [
"frontend.mjs"
],
"exports": {
"./frontend": {
"import": "./dist/frontend.js",
"require": "./dist/frontend.js",
"types": "./dist/frontend.d.ts"
},
"./node": {
"import": "./dist/node.js",
"require": "./dist/node.js",
"types": "./dist/node.d.ts"
}
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"format": "biome format --write .",
"format:check": "biome ci .",
"watch": "tsc -p tsconfig.build.json --watch"
},
"license": "See LICENSE.md file in the root of the repository"
}