|
1 | 1 | { |
2 | | - "name": "@n8n/ai-utilities", |
3 | | - "version": "0.3.0", |
4 | | - "description": "Utilities for building AI nodes in n8n", |
5 | | - "types": "dist/esm/index.d.ts", |
6 | | - "module": "dist/esm/index.js", |
7 | | - "main": "dist/cjs/index.js", |
8 | | - "exports": { |
9 | | - ".": { |
10 | | - "types": "./dist/esm/index.d.ts", |
11 | | - "import": "./dist/esm/index.js", |
12 | | - "require": "./dist/cjs/index.js" |
13 | | - }, |
14 | | - "./*": "./*" |
15 | | - }, |
16 | | - "scripts": { |
17 | | - "clean": "rimraf dist .turbo", |
18 | | - "dev": "pnpm run watch", |
19 | | - "typecheck": "tsc --noEmit", |
20 | | - "copy-tokenizer-json": "node scripts/copy-tokenizer-json.js .", |
21 | | - "build": "tsc --build tsconfig.build.esm.json tsconfig.build.cjs.json && tsc-alias -p tsconfig.build.esm.json && tsc-alias -p tsconfig.build.cjs.json && pnpm copy-tokenizer-json dist/cjs && pnpm copy-tokenizer-json dist/esm", |
22 | | - "format": "biome format --write .", |
23 | | - "format:check": "biome ci .", |
24 | | - "lint": "eslint . --quiet", |
25 | | - "lint:fix": "eslint . --fix", |
26 | | - "watch": "tsc --build tsconfig.build.esm.json tsconfig.build.cjs.json --watch", |
27 | | - "test": "jest", |
28 | | - "test:unit": "jest", |
29 | | - "test:dev": "jest --watch" |
30 | | - }, |
31 | | - "files": [ |
32 | | - "dist" |
33 | | - ], |
34 | | - "devDependencies": { |
35 | | - "@types/json-schema": "^7.0.15", |
36 | | - "jest-mock-extended": "^3.0.4", |
37 | | - "@types/mime-types": "catalog:", |
38 | | - "tsx": "catalog:", |
39 | | - "axios": "catalog:" |
40 | | - }, |
41 | | - "dependencies": { |
42 | | - "zod": "catalog:", |
43 | | - "zod-to-json-schema": "catalog:", |
44 | | - "@langchain/core": "catalog:", |
45 | | - "@langchain/classic": "1.0.5", |
46 | | - "@langchain/community": "catalog:", |
47 | | - "@langchain/textsplitters": "1.0.1", |
48 | | - "@langchain/openai": "catalog:", |
49 | | - "langchain": "catalog:", |
50 | | - "@n8n/config": "workspace:*", |
51 | | - "@n8n/typescript-config": "workspace:*", |
52 | | - "n8n-workflow": "workspace:*", |
53 | | - "tmp-promise": "3.0.3", |
54 | | - "js-tiktoken": "catalog:", |
55 | | - "https-proxy-agent": "catalog:", |
56 | | - "proxy-from-env": "^1.1.0", |
57 | | - "undici": "^6.21.0" |
58 | | - } |
| 2 | + "name": "@n8n/ai-utilities", |
| 3 | + "version": "0.4.0", |
| 4 | + "description": "Utilities for building AI nodes in n8n", |
| 5 | + "types": "dist/esm/index.d.ts", |
| 6 | + "module": "dist/esm/index.js", |
| 7 | + "main": "dist/cjs/index.js", |
| 8 | + "exports": { |
| 9 | + ".": { |
| 10 | + "types": "./dist/esm/index.d.ts", |
| 11 | + "import": "./dist/esm/index.js", |
| 12 | + "require": "./dist/cjs/index.js" |
| 13 | + }, |
| 14 | + "./*": "./*" |
| 15 | + }, |
| 16 | + "scripts": { |
| 17 | + "clean": "rimraf dist .turbo", |
| 18 | + "dev": "pnpm run watch", |
| 19 | + "typecheck": "tsc --noEmit", |
| 20 | + "copy-tokenizer-json": "node scripts/copy-tokenizer-json.js .", |
| 21 | + "build": "tsc --build tsconfig.build.esm.json tsconfig.build.cjs.json && tsc-alias -p tsconfig.build.esm.json && tsc-alias -p tsconfig.build.cjs.json && pnpm copy-tokenizer-json dist/cjs && pnpm copy-tokenizer-json dist/esm", |
| 22 | + "format": "biome format --write .", |
| 23 | + "format:check": "biome ci .", |
| 24 | + "lint": "eslint . --quiet", |
| 25 | + "lint:fix": "eslint . --fix", |
| 26 | + "watch": "tsc --build tsconfig.build.esm.json tsconfig.build.cjs.json --watch", |
| 27 | + "test": "jest", |
| 28 | + "test:unit": "jest", |
| 29 | + "test:dev": "jest --watch" |
| 30 | + }, |
| 31 | + "files": [ |
| 32 | + "dist" |
| 33 | + ], |
| 34 | + "devDependencies": { |
| 35 | + "@types/json-schema": "^7.0.15", |
| 36 | + "jest-mock-extended": "^3.0.4", |
| 37 | + "@types/mime-types": "catalog:", |
| 38 | + "tsx": "catalog:", |
| 39 | + "axios": "catalog:" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "zod": "catalog:", |
| 43 | + "zod-to-json-schema": "catalog:", |
| 44 | + "@langchain/core": "catalog:", |
| 45 | + "@langchain/classic": "1.0.5", |
| 46 | + "@langchain/community": "catalog:", |
| 47 | + "@langchain/textsplitters": "1.0.1", |
| 48 | + "@langchain/openai": "catalog:", |
| 49 | + "langchain": "catalog:", |
| 50 | + "@n8n/config": "workspace:*", |
| 51 | + "@n8n/typescript-config": "workspace:*", |
| 52 | + "n8n-workflow": "workspace:*", |
| 53 | + "tmp-promise": "3.0.3", |
| 54 | + "js-tiktoken": "catalog:", |
| 55 | + "https-proxy-agent": "catalog:", |
| 56 | + "proxy-from-env": "^1.1.0", |
| 57 | + "undici": "^6.21.0" |
| 58 | + } |
59 | 59 | } |
0 commit comments