forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.53 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "langchainjs",
"author": "LangChain",
"license": "MIT",
"private": true,
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/",
"repository": {
"type": "git",
"url": "https://github.com/langchain-ai/langchainjs.git"
},
"packageManager": "pnpm@10.14.0",
"scripts": {
"build": "turbo build:compile",
"watch": "turbo watch build:compile",
"clean": "turbo clean",
"dev": "pnpm --filter @langchain/build watch",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"lint": "oxlint .",
"lint:fix": "oxlint . --fix",
"precommit": "turbo precommit",
"prerelease": "BUILD_MODE=prerelease pnpm build",
"release": "changeset publish",
"test": "pnpm test:unit && pnpm test:exports:docker",
"test:bench": "turbo test:bench",
"test:unit": "turbo test --filter=\"!test-exports-*\" --filter=!examples --filter=!create-langchain-integration",
"test:unit:ci": "turbo test",
"test:ranges:docker": "docker compose -f dependency_range_tests/docker-compose.yml up --force-recreate",
"test:exports:docker": "docker compose -f environment_tests/docker-compose.yml up --force-recreate",
"test:standard:unit": "turbo test:standard:unit",
"test:standard:int": "turbo test:standard:int",
"test:standard": "pnpm test:standard:unit && pnpm test:standard:int",
"changeset": "changeset",
"changeset:version": "changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "^1.0.0",
"@changesets/cli": "^3.0.0",
"@langchain/build": "workspace:*",
"@langchain/tsconfig": "workspace:*",
"@tsconfig/recommended": "^1.0.2",
"@types/jest": "^30.0.0",
"@types/semver": "^7",
"commander": "^15.0.0",
"dotenv": "^17.4.2",
"lint-staged": "^17.4.1",
"oxfmt": "^0.65.0",
"oxlint": "^1.80.0",
"semver": "^7.8.5",
"tsdown": "^0.22.14",
"tsx": "^4.23.12",
"turbo": "^2.10.12",
"typescript": "^7.0.2"
},
"pnpm": {
"overrides": {
"@langchain/core": "workspace:^",
"langchain": "workspace:^",
"protobufjs": ">=7.6.3 <8",
"form-data": ">=4.0.6",
"tar": ">=7.5.21",
"postcss": ">=8.5.18",
"valibot": ">=1.4.2",
"fast-uri": ">=4.1.3",
"body-parser": ">=2.3.0",
"node-forge": ">=1.4.0",
"minimatch": ">=3.1.3",
"underscore": ">=1.13.8",
"esbuild": ">=0.28.1",
"@opentelemetry/core": ">=2.8.0",
"uuid@<11.1.1": "11.1.1",
"undici": ">=8.9.0",
"qs": ">=6.16.0",
"mysql2": ">=3.23.1",
"ws@8": ">=8.20.1",
"ip-address": ">=10.3.1",
"ajv@8": ">=8.18.0",
"yauzl": ">=3.2.1",
"fast-xml-parser": ">=5.5.7",
"@grpc/grpc-js": ">=1.14.4",
"thrift": ">=0.23.0 <0.24",
"flatted": ">=3.4.2",
"simple-git": ">=3.32.3",
"sharp": ">=0.35.3",
"hono": ">=4.12.33",
"@hono/node-server": ">=2.0.12",
"express-rate-limit": ">=8.2.2",
"basic-ftp": ">=5.3.0",
"vite": ">=7.3.5",
"websocket-driver": ">=0.7.5",
"defu": "^6.1.5",
"axios": ">=0.30.3",
"@tootallnate/once": ">=3.0.1",
"convict": ">=6.2.5",
"lodash": ">=4.18.0",
"path-to-regexp": ">=8.4.0",
"brace-expansion": ">=5.0.9",
"deepmerge-ts": ">=8.0.0",
"micromatch>picomatch": "2.3.2",
"anymatch>picomatch": "2.3.2",
"readdirp>picomatch": "2.3.2",
"express>path-to-regexp": "0.1.13",
"router>path-to-regexp": ">=8.4.0",
"picomatch@2": ">=2.3.2",
"picomatch@4": ">=4.0.4",
"es-define-property": "npm:@socketregistry/es-define-property@^1",
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"gopd": "npm:@socketregistry/gopd@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"indent-string": "npm:@socketregistry/indent-string@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"object-assign": "npm:@socketregistry/object-assign@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"side-channel": "npm:@socketregistry/side-channel@^1",
"shell-quote": "npm:shell-quote@^1"
}
},
"lint-staged": {
"**/*.{ts,tsx}": [
"oxfmt --write"
]
}
}