{ "name": "@n8n/constants", "version": "0.32.0", "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 .", "lint": "eslint . --quiet", "lint:fix": "eslint . --fix", "watch": "tsc -p tsconfig.build.json --watch", "test": "node -e \"process.exit(0)\"" }, "main": "dist/index.js", "module": "src/index.ts", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "devDependencies": { "@n8n/typescript-config": "workspace:*", "typescript": "catalog:typescript" }, "license": "LicenseRef-n8n-sustainable-use" }