2019-06-23 13:35:23 +03:00
|
|
|
{
|
2024-01-26 12:28:19 +03:00
|
|
|
"name": "n8n-monorepo",
|
2024-02-28 14:18:12 +03:00
|
|
|
"version": "1.31.0",
|
2020-04-06 21:04:59 +03:00
|
|
|
"private": true,
|
|
|
|
"homepage": "https://n8n.io",
|
2022-11-09 19:32:05 +03:00
|
|
|
"engines": {
|
2023-07-12 16:03:23 +03:00
|
|
|
"node": ">=18.10",
|
2024-01-26 12:28:19 +03:00
|
|
|
"pnpm": ">=8.14"
|
2022-11-09 19:32:05 +03:00
|
|
|
},
|
2024-01-26 12:28:19 +03:00
|
|
|
"packageManager": "pnpm@8.14.3",
|
2020-04-06 21:04:59 +03:00
|
|
|
"scripts": {
|
2022-11-21 14:53:11 +03:00
|
|
|
"preinstall": "node scripts/block-npm-install.js",
|
2022-08-06 23:55:51 +03:00
|
|
|
"build": "turbo run build",
|
2023-11-29 14:13:55 +03:00
|
|
|
"build:backend": "pnpm --filter=!@n8n/chat --filter=!n8n-design-system --filter=!n8n-editor-ui build",
|
|
|
|
"build:frontend": "pnpm --filter=@n8n/chat --filter=n8n-design-system --filter=n8n-editor-ui build",
|
2022-11-23 18:20:28 +03:00
|
|
|
"typecheck": "turbo run typecheck",
|
2023-12-06 18:28:33 +03:00
|
|
|
"dev": "turbo run dev --parallel --filter=!n8n-design-system --filter=!@n8n/chat",
|
2023-11-29 14:13:55 +03:00
|
|
|
"dev:ai": "turbo run dev --parallel --filter=@n8n/nodes-langchain --filter=n8n --filter=n8n-core",
|
2022-11-09 19:32:05 +03:00
|
|
|
"clean": "turbo run clean --parallel",
|
2022-08-19 16:34:02 +03:00
|
|
|
"format": "turbo run format && node scripts/format.mjs",
|
2022-08-06 23:55:51 +03:00
|
|
|
"lint": "turbo run lint",
|
|
|
|
"lintfix": "turbo run lintfix",
|
2021-06-29 08:28:02 +03:00
|
|
|
"optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
|
2020-04-06 21:04:59 +03:00
|
|
|
"start": "run-script-os",
|
|
|
|
"start:default": "cd packages/cli/bin && ./n8n",
|
2022-08-22 18:33:13 +03:00
|
|
|
"start:tunnel": "./packages/cli/bin/n8n start --tunnel",
|
2020-04-06 21:04:59 +03:00
|
|
|
"start:windows": "cd packages/cli/bin && n8n",
|
2022-08-06 23:55:51 +03:00
|
|
|
"test": "turbo run test",
|
2023-11-29 14:13:55 +03:00
|
|
|
"test:backend": "pnpm --filter=!@n8n/chat --filter=!n8n-design-system --filter=!n8n-editor-ui --filter=!n8n-nodes-base test",
|
2023-11-10 17:04:26 +03:00
|
|
|
"test:nodes": "pnpm --filter=n8n-nodes-base test",
|
2023-11-29 14:13:55 +03:00
|
|
|
"test:frontend": "pnpm --filter=@n8n/chat --filter=n8n-design-system --filter=n8n-editor-ui test",
|
2024-01-19 20:03:11 +03:00
|
|
|
"watch": "turbo run watch --parallel",
|
2021-05-02 06:43:01 +03:00
|
|
|
"webhook": "./packages/cli/bin/n8n webhook",
|
2022-11-08 15:21:10 +03:00
|
|
|
"worker": "./packages/cli/bin/n8n worker",
|
2022-11-09 19:32:05 +03:00
|
|
|
"cypress:install": "cypress install",
|
2023-01-04 11:47:48 +03:00
|
|
|
"cypress:open": "CYPRESS_BASE_URL=http://localhost:8080 cypress open",
|
2023-10-30 13:18:51 +03:00
|
|
|
"test:e2e:ui": "scripts/run-e2e.js ui",
|
|
|
|
"test:e2e:dev": "scripts/run-e2e.js dev",
|
|
|
|
"test:e2e:all": "scripts/run-e2e.js all"
|
2022-11-09 19:32:05 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-21 16:04:35 +03:00
|
|
|
"n8n": "workspace:*"
|
2020-04-06 21:04:59 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-21 16:04:35 +03:00
|
|
|
"@n8n_io/eslint-config": "workspace:*",
|
2023-07-28 14:55:16 +03:00
|
|
|
"@ngneat/falso": "^6.4.0",
|
|
|
|
"@types/jest": "^29.5.3",
|
2023-02-07 17:49:35 +03:00
|
|
|
"@types/supertest": "^2.0.12",
|
2024-01-26 18:39:04 +03:00
|
|
|
"@vitest/coverage-v8": "^1.2.1",
|
2022-11-08 15:21:10 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2024-01-10 14:35:47 +03:00
|
|
|
"cypress": "^13.6.2",
|
2023-11-28 18:47:28 +03:00
|
|
|
"cypress-otp": "^1.0.3",
|
2024-01-10 14:35:47 +03:00
|
|
|
"cypress-real-events": "^1.11.0",
|
2023-07-28 14:55:16 +03:00
|
|
|
"jest": "^29.6.2",
|
|
|
|
"jest-environment-jsdom": "^29.6.2",
|
2023-05-05 18:50:10 +03:00
|
|
|
"jest-expect-message": "^1.1.3",
|
2023-07-28 14:55:16 +03:00
|
|
|
"jest-mock": "^29.6.2",
|
2023-04-04 20:01:47 +03:00
|
|
|
"jest-mock-extended": "^3.0.4",
|
2023-07-28 14:55:16 +03:00
|
|
|
"nock": "^13.3.2",
|
|
|
|
"nodemon": "^3.0.1",
|
2023-02-14 15:00:15 +03:00
|
|
|
"p-limit": "^3.1.0",
|
2023-07-28 14:55:16 +03:00
|
|
|
"rimraf": "^5.0.1",
|
2022-08-06 23:55:51 +03:00
|
|
|
"run-script-os": "^1.0.7",
|
2023-12-22 13:39:20 +03:00
|
|
|
"start-server-and-test": "^2.0.3",
|
2023-02-07 17:49:35 +03:00
|
|
|
"supertest": "^6.3.3",
|
2023-07-28 14:55:16 +03:00
|
|
|
"ts-jest": "^29.1.1",
|
2023-08-01 18:32:43 +03:00
|
|
|
"tsc-alias": "^1.8.7",
|
2023-07-28 14:55:16 +03:00
|
|
|
"tsc-watch": "^6.0.4",
|
|
|
|
"turbo": "1.10.12",
|
2023-05-12 11:21:40 +03:00
|
|
|
"typescript": "*",
|
2024-03-05 14:59:05 +03:00
|
|
|
"vite": "^5.1.5",
|
2024-03-01 17:11:05 +03:00
|
|
|
"vite-plugin-checker": "^0.6.4",
|
2024-03-05 14:59:05 +03:00
|
|
|
"vitest": "^1.3.1",
|
|
|
|
"vue-tsc": "^2.0.4"
|
2020-04-06 21:04:59 +03:00
|
|
|
},
|
2022-11-09 19:32:05 +03:00
|
|
|
"pnpm": {
|
|
|
|
"onlyBuiltDependencies": [
|
2023-07-28 14:55:16 +03:00
|
|
|
"sqlite3"
|
2022-11-09 19:32:05 +03:00
|
|
|
],
|
|
|
|
"overrides": {
|
2023-06-02 16:23:28 +03:00
|
|
|
"@types/node": "^18.16.16",
|
2024-01-26 18:58:44 +03:00
|
|
|
"axios": "1.6.7",
|
2023-02-08 21:26:07 +03:00
|
|
|
"chokidar": "3.5.2",
|
2024-02-22 23:00:58 +03:00
|
|
|
"ip": "2.0.1",
|
2023-01-13 20:24:59 +03:00
|
|
|
"jsonwebtoken": "9.0.0",
|
2023-11-23 13:55:02 +03:00
|
|
|
"prettier": "^3.1.0",
|
2023-07-18 13:43:49 +03:00
|
|
|
"semver": "^7.5.4",
|
2023-07-10 18:56:55 +03:00
|
|
|
"tough-cookie": "^4.1.3",
|
2023-07-28 14:55:16 +03:00
|
|
|
"tslib": "^2.6.1",
|
2023-08-02 12:05:24 +03:00
|
|
|
"tsconfig-paths": "^4.2.0",
|
2023-11-21 19:30:59 +03:00
|
|
|
"typescript": "^5.3.0",
|
2023-04-11 16:05:56 +03:00
|
|
|
"xml2js": "^0.5.0",
|
2022-12-22 11:55:39 +03:00
|
|
|
"cpy@8>globby": "^11.1.0",
|
2024-01-08 18:17:55 +03:00
|
|
|
"qqjs>globby": "^11.1.0",
|
|
|
|
"@langchain/core": "^0.1.8"
|
2023-01-27 13:17:41 +03:00
|
|
|
},
|
|
|
|
"patchedDependencies": {
|
2023-04-05 18:14:41 +03:00
|
|
|
"typedi@0.10.0": "patches/typedi@0.10.0.patch",
|
2023-06-21 11:54:32 +03:00
|
|
|
"@sentry/cli@2.17.0": "patches/@sentry__cli@2.17.0.patch",
|
2023-07-07 17:43:45 +03:00
|
|
|
"pkce-challenge@3.0.0": "patches/pkce-challenge@3.0.0.patch",
|
2023-08-28 11:26:27 +03:00
|
|
|
"pyodide@0.23.4": "patches/pyodide@0.23.4.patch",
|
|
|
|
"@types/ws@8.5.4": "patches/@types__ws@8.5.4.patch"
|
2022-11-09 19:32:05 +03:00
|
|
|
}
|
2022-09-14 10:50:33 +03:00
|
|
|
}
|
2023-02-09 15:52:41 +03:00
|
|
|
}
|