-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 978 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 978 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
{
"name": "node-starter",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format:staged": "prettier --write --ignore-unknown",
"context": "tsx context.ts"
},
"dependencies": {
"@effect/ai": "^0.26.0",
"@effect/ai-anthropic": "^0.16.0",
"@effect/ai-openai": "^0.29.1",
"@effect/cli": "^0.69.2",
"@effect/cluster": "^0.48.3",
"@effect/platform": "^0.90.6",
"@effect/platform-node": "^0.96.0",
"@effect/sql": "^0.44.2",
"@niklaserik/effect-mcp": "^1.0.7",
"@total-typescript/tsconfig": "^1.0.4",
"bun": "^1.2.21",
"dotenv": "^17.2.1",
"effect": "^3.17.13",
"prettier": "^3.6.2",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
},
"devDependencies": {
"@effect/language-service": "^0.37.0",
"@types/node": "^24.3.0"
}
}