mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
3dc0904a6c
Co-authored-by: RicardoE105 <16496553+RicardoE105@users.noreply.github.com>
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "n8n-core",
|
|
"version": "1.67.0",
|
|
"description": "Core functionality of n8n",
|
|
"main": "dist/index",
|
|
"types": "dist/index.d.ts",
|
|
"bin": {
|
|
"n8n-copy-icons": "./bin/copy-icons",
|
|
"n8n-generate-known": "./bin/generate-known",
|
|
"n8n-generate-translations": "./bin/generate-translations",
|
|
"n8n-generate-ui-types": "./bin/generate-ui-types"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
"dev": "pnpm watch",
|
|
"format": "biome format --write .",
|
|
"format:check": "biome ci .",
|
|
"lint": "eslint . --quiet",
|
|
"lintfix": "eslint . --fix",
|
|
"watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\"",
|
|
"test": "jest"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"bin"
|
|
],
|
|
"devDependencies": {
|
|
"@types/aws4": "^1.5.1",
|
|
"@types/concat-stream": "^2.0.0",
|
|
"@types/express": "catalog:",
|
|
"@types/lodash": "catalog:",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/uuid": "catalog:",
|
|
"@types/xml2js": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "catalog:",
|
|
"@n8n/client-oauth2": "workspace:*",
|
|
"@n8n/config": "workspace:*",
|
|
"aws4": "1.11.0",
|
|
"axios": "catalog:",
|
|
"concat-stream": "2.0.0",
|
|
"cron": "3.1.7",
|
|
"fast-glob": "catalog:",
|
|
"file-type": "16.5.4",
|
|
"form-data": "catalog:",
|
|
"lodash": "catalog:",
|
|
"luxon": "catalog:",
|
|
"mime-types": "2.1.35",
|
|
"n8n-workflow": "workspace:*",
|
|
"nanoid": "catalog:",
|
|
"oauth-1.0a": "2.2.6",
|
|
"p-cancelable": "2.1.1",
|
|
"pretty-bytes": "5.6.0",
|
|
"qs": "6.11.0",
|
|
"ssh2": "1.15.0",
|
|
"typedi": "catalog:",
|
|
"uuid": "catalog:",
|
|
"xml2js": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|