2019-06-23 03:35:23 -07:00
|
|
|
{
|
2021-03-26 01:06:26 -07:00
|
|
|
"name": "n8n-core",
|
2024-07-10 08:23:31 -07:00
|
|
|
"version": "1.50.0",
|
2021-03-26 01:06:26 -07:00
|
|
|
"description": "Core functionality of n8n",
|
2022-11-09 06:25:00 -08:00
|
|
|
"main": "dist/index",
|
|
|
|
"types": "dist/index.d.ts",
|
2022-11-23 07:20:28 -08:00
|
|
|
"bin": {
|
2024-05-06 09:42:03 -07:00
|
|
|
"n8n-copy-icons": "./bin/copy-icons",
|
2022-11-23 07:20:28 -08:00
|
|
|
"n8n-generate-known": "./bin/generate-known",
|
2024-05-06 09:42:03 -07:00
|
|
|
"n8n-generate-translations": "./bin/generate-translations",
|
2022-11-23 07:20:28 -08:00
|
|
|
"n8n-generate-ui-types": "./bin/generate-ui-types"
|
|
|
|
},
|
2021-03-26 01:06:26 -07:00
|
|
|
"scripts": {
|
2022-11-09 08:32:05 -08:00
|
|
|
"clean": "rimraf dist .turbo",
|
2024-06-05 00:50:48 -07:00
|
|
|
"typecheck": "tsc --noEmit",
|
2022-11-09 06:25:00 -08:00
|
|
|
"build": "tsc -p tsconfig.build.json",
|
2022-11-09 08:32:05 -08:00
|
|
|
"dev": "pnpm watch",
|
2022-11-22 05:11:29 -08:00
|
|
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
2023-08-22 04:42:05 -07:00
|
|
|
"lint": "eslint . --quiet",
|
|
|
|
"lintfix": "eslint . --fix",
|
2022-11-23 07:20:28 -08:00
|
|
|
"watch": "tsc -p tsconfig.build.json --watch",
|
2021-03-26 01:06:26 -07:00
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"files": [
|
2022-11-23 07:20:28 -08:00
|
|
|
"dist",
|
|
|
|
"bin"
|
2021-03-26 01:06:26 -07:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2023-09-27 00:42:35 -07:00
|
|
|
"@types/aws4": "^1.5.1",
|
2023-01-02 08:07:10 -08:00
|
|
|
"@types/concat-stream": "^2.0.0",
|
2021-10-14 16:45:51 -07:00
|
|
|
"@types/cron": "~1.7.1",
|
2024-04-18 06:53:19 -07:00
|
|
|
"@types/express": "^4.17.21",
|
2023-06-16 07:26:35 -07:00
|
|
|
"@types/lodash": "^4.14.195",
|
2021-03-26 01:06:26 -07:00
|
|
|
"@types/mime-types": "^2.1.0",
|
2023-09-27 00:42:35 -07:00
|
|
|
"@types/uuid": "^8.3.2",
|
2024-03-13 09:50:18 -07:00
|
|
|
"@types/xml2js": "^0.4.14"
|
2021-03-26 01:06:26 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-17 07:40:53 -07:00
|
|
|
"@n8n/client-oauth2": "workspace:*",
|
2023-11-17 04:49:18 -08:00
|
|
|
"aws4": "1.11.0",
|
2024-01-26 07:58:44 -08:00
|
|
|
"axios": "1.6.7",
|
2023-11-17 04:49:18 -08:00
|
|
|
"concat-stream": "2.0.0",
|
|
|
|
"cron": "1.7.2",
|
|
|
|
"fast-glob": "3.2.12",
|
|
|
|
"file-type": "16.5.4",
|
|
|
|
"form-data": "4.0.0",
|
|
|
|
"lodash": "4.17.21",
|
2024-01-16 09:28:19 -08:00
|
|
|
"luxon": "^3.4.4",
|
2023-11-17 04:49:18 -08:00
|
|
|
"mime-types": "2.1.35",
|
2023-02-21 05:04:35 -08:00
|
|
|
"n8n-workflow": "workspace:*",
|
2023-11-17 04:49:18 -08:00
|
|
|
"oauth-1.0a": "2.2.6",
|
|
|
|
"p-cancelable": "2.1.1",
|
|
|
|
"pretty-bytes": "5.6.0",
|
|
|
|
"qs": "6.11.0",
|
2024-07-04 03:29:44 -07:00
|
|
|
"ssh2": "1.15.0",
|
2023-11-17 04:49:18 -08:00
|
|
|
"typedi": "0.10.0",
|
|
|
|
"uuid": "8.3.2",
|
2024-03-13 09:50:18 -07:00
|
|
|
"xml2js": "0.6.2"
|
2021-03-26 01:21:27 -07:00
|
|
|
}
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|