{ "name": "@n8n/errors", "version": "0.4.0", "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 .", "lint": "eslint . --quiet", "lint:fix": "eslint . --fix", "watch": "tsc -p tsconfig.build.json --watch", "test": "echo \"WARNING: no test specified\" && exit 0", "test:dev": "echo \"WARNING: no test specified\" && exit 0" }, "main": "dist/index.js", "module": "src/index.ts", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "devDependencies": { "@n8n/typescript-config": "workspace:*", "@sentry/node": "catalog:" }, "dependencies": { "callsites": "catalog:" } }