-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 988 Bytes
/
package.json
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
{
"private": true,
"name": "1-800-call-it-in",
"scripts": {
"dev": "pnpm run --recursive --if-present --filter=!notifications --parallel dev",
"lint": "eslint --cache",
"secrets": "pnpm --dir=scripts secrets",
"test": "vitest",
"types": "find packages -name tsconfig.json -print0 | xargs -t -0 -n1 -I{} ./node_modules/.bin/tsc --project {} --noEmit --incremental false"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"tsx": "^4.19.2"
},
"devDependencies": {
"@types/node": "^22.10.5",
"eslint": "^8.57.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"zod": "^3.24.1"
},
"resolutions": {
"@langchain/core": "0.3.29"
}
}