-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 976 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 976 Bytes
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
{
"name": "nexus",
"author": "Your Name",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"dev": "concurrently \"turbo dev --filter=web\" \"turbo dev --filter=agents\"",
"build": "turbo build",
"turbo:command": "turbo",
"format": "turbo format",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@tsconfig/recommended": "^1.0.8",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"concurrently": "^9.1.2",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.3.3",
"shadcn": "^4.2.0",
"tsx": "^4.19.1",
"turbo": "latest",
"typescript": "^5"
},
"packageManager": "npm@11.2.1",
"overrides": {
"@langchain/core": "^1.1.39"
}
}