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