n8n/packages/@n8n/config/package.json
github-actions[bot] e59a2af858
🚀 Release 1.76.0 (#12779)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-01-22 13:00:06 +01:00

28 lines
663 B
JSON

{
"name": "@n8n/config",
"version": "1.26.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"format": "biome format --write src test",
"format:check": "biome ci src test",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"watch": "tsc -p tsconfig.build.json --watch",
"test": "jest",
"test:dev": "jest --watch"
},
"main": "dist/index.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"dependencies": {
"@n8n/di": "workspace:*",
"reflect-metadata": "catalog:"
}
}