forked from cranemont/Neo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 797 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 797 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
{
"name": "Neo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"format": "biome format --write ./",
"lint": "biome check --write ./",
"start": "tsx src/main.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@modelcontextprotocol/sdk": "^1.8.0",
"cheerio": "^1.0.0",
"commander": "^13.1.0",
"playwright": "1.52.0-alpha-1743011787000",
"ts-jenum": "^2.2.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@antiwork/shortest": "^0.4.1",
"@biomejs/biome": "1.9.4",
"@playwright/test": "^1.52.0-alpha-1743011787000",
"@types/node": "^22.10.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.7.2"
}
}