2019-06-23 03:35:23 -07:00
|
|
|
{
|
2021-03-26 01:06:26 -07:00
|
|
|
"name": "n8n-core",
|
2023-08-31 03:57:20 -07:00
|
|
|
"version": "1.5.0",
|
2021-03-26 01:06:26 -07:00
|
|
|
"description": "Core functionality of n8n",
|
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
|
|
"homepage": "https://n8n.io",
|
|
|
|
"author": {
|
|
|
|
"name": "Jan Oberhauser",
|
|
|
|
"email": "jan@n8n.io"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
|
|
},
|
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": {
|
|
|
|
"n8n-generate-known": "./bin/generate-known",
|
|
|
|
"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",
|
2022-11-09 06:25:00 -08:00
|
|
|
"typecheck": "tsc",
|
|
|
|
"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-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",
|
2021-03-26 01:06:26 -07:00
|
|
|
"@types/crypto-js": "^4.0.1",
|
|
|
|
"@types/express": "^4.17.6",
|
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",
|
|
|
|
"@types/request-promise-native": "~1.0.15",
|
2022-11-14 06:37:32 -08:00
|
|
|
"@types/uuid": "^8.3.2"
|
2021-03-26 01:06:26 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-21 10:38:24 -07:00
|
|
|
"axios": "^0.21.1",
|
2023-05-17 07:40:53 -07:00
|
|
|
"@n8n/client-oauth2": "workspace:*",
|
2023-01-02 08:07:10 -08:00
|
|
|
"concat-stream": "^2.0.0",
|
2021-10-14 16:45:51 -07:00
|
|
|
"cron": "~1.7.2",
|
2021-08-13 02:58:52 -07:00
|
|
|
"crypto-js": "~4.1.1",
|
2022-11-23 07:20:28 -08:00
|
|
|
"fast-glob": "^3.2.5",
|
2022-09-14 00:50:33 -07:00
|
|
|
"file-type": "^16.5.4",
|
2021-12-23 13:29:04 -08:00
|
|
|
"flatted": "^3.2.4",
|
2021-09-21 10:38:24 -07:00
|
|
|
"form-data": "^4.0.0",
|
2023-06-16 07:26:35 -07:00
|
|
|
"lodash": "^4.17.21",
|
2021-03-26 01:06:26 -07:00
|
|
|
"mime-types": "^2.1.27",
|
2023-02-21 05:04:35 -08:00
|
|
|
"n8n-workflow": "workspace:*",
|
2021-03-26 01:06:26 -07:00
|
|
|
"oauth-1.0a": "^2.2.6",
|
|
|
|
"p-cancelable": "^2.0.0",
|
2022-11-24 07:54:43 -08:00
|
|
|
"pretty-bytes": "^5.6.0",
|
2021-09-21 10:38:24 -07:00
|
|
|
"qs": "^6.10.1",
|
2021-12-23 13:29:04 -08:00
|
|
|
"uuid": "^8.3.2"
|
2021-03-26 01:21:27 -07:00
|
|
|
}
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|