mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> Co-authored-by: Albert Alises <albert.alises@gmail.com> Co-authored-by: Jaakko Husso <jaakko@n8n.io> Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Co-authored-by: Tuukka Kantola <Tuukkaa@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Co-authored-by: Raúl Gómez Morales <raul00gm@gmail.com> Co-authored-by: Elias Meire <elias@meire.dev> Co-authored-by: Dimitri Lavrenük <dimitri.lavrenuek@n8n.io> Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@n8n/instance-ai",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc -p ./tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
"format": "biome format --write src",
|
|
"format:check": "biome ci src",
|
|
"test": "jest",
|
|
"lint": "eslint . --quiet",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./src/index.ts",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@daytonaio/sdk": "0.149.0",
|
|
"@joplin/turndown-plugin-gfm": "^1.0.12",
|
|
"@mastra/core": "catalog:",
|
|
"@mastra/daytona": "catalog:",
|
|
"@mastra/mcp": "catalog:",
|
|
"@mastra/memory": "catalog:",
|
|
"langsmith": "catalog:",
|
|
"@mozilla/readability": "^0.6.0",
|
|
"@n8n/api-types": "workspace:*",
|
|
"@n8n/utils": "workspace:*",
|
|
"@n8n/workflow-sdk": "workspace:*",
|
|
"linkedom": "^0.18.9",
|
|
"luxon": "catalog:",
|
|
"nanoid": "catalog:",
|
|
"pdf-parse": "^1.1.1",
|
|
"turndown": "^7.2.0",
|
|
"zod": "catalog:",
|
|
"@ai-sdk/provider-v5": "npm:@ai-sdk/provider@2.0.0",
|
|
"zod-from-json-schema-v3": "npm:zod-from-json-schema@^0.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/anthropic": "2.0.61",
|
|
"@n8n/typescript-config": "workspace:*",
|
|
"@types/luxon": "3.2.0",
|
|
"@types/turndown": "^5.0.5"
|
|
}
|
|
}
|