2019-06-23 03:35:23 -07:00
|
|
|
{
|
2020-04-06 11:04:59 -07:00
|
|
|
"name": "n8n",
|
2023-08-23 06:41:49 -07:00
|
|
|
"version": "1.4.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-08-28 01:10:59 -07:00
|
|
|
"pnpm": ">=8.7"
|
2022-11-09 08:32:05 -08:00
|
|
|
},
|
2023-08-28 01:10:59 -07:00
|
|
|
"packageManager": "pnpm@8.7.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",
|
2022-11-23 07:20:28 -08:00
|
|
|
"typecheck": "turbo run typecheck",
|
2022-08-06 13:55:51 -07:00
|
|
|
"dev": "turbo run dev --parallel",
|
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",
|
|
|
|
"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-06-02 06:23:28 -07:00
|
|
|
"test:e2e:ui": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first start-server-and-test start http://localhost:5678/favicon.ico 'cypress open'",
|
|
|
|
"test:e2e:dev": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first CYPRESS_BASE_URL=http://localhost:8080 start-server-and-test dev http://localhost:8080/favicon.ico 'cypress open'",
|
|
|
|
"test:e2e:all": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first start-server-and-test start http://localhost:5678/favicon.ico 'cypress run --headless'"
|
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-07-28 04:55:16 -07:00
|
|
|
"@vitest/coverage-v8": "^0.33.0",
|
2022-11-08 04:21:10 -08:00
|
|
|
"cross-env": "^7.0.3",
|
2023-08-23 19:59:16 -07:00
|
|
|
"cypress-otp": "^1.0.3",
|
2023-07-28 04:55:16 -07:00
|
|
|
"cypress": "^12.17.2",
|
|
|
|
"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-07-28 04:55:16 -07:00
|
|
|
"start-server-and-test": "^2.0.0",
|
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-07-28 04:55:16 -07:00
|
|
|
"vite": "^4.4.7",
|
|
|
|
"vitest": "^0.33.0",
|
|
|
|
"vue-tsc": "^1.8.8"
|
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-08-16 08:13:57 -07:00
|
|
|
"prettier": "^3.0.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-07-28 04:55:16 -07:00
|
|
|
"typescript": "^5.1.6",
|
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
|
|
|
}
|