-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "aitestgen",
"version": "1.0.3",
"main": "index.ts",
"types": "index.d.ts",
"author": "wuttinanhi",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/wuttinanhi/aitestgen",
"repository": "https://github.com/wuttinanhi/aitestgen",
"npm.packageManager": "auto",
"bin": {
"aitestgen": "index.ts"
},
"dependencies": {
"@langchain/core": "^0.3.15",
"@langchain/ollama": "^0.1.0",
"@langchain/openai": "^0.3.11",
"commander": "^12.1.0",
"fast-xml-parser": "^4.5.0",
"langchain": "^0.3.5",
"openai": "4.68.4",
"ora": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-java": "^2.6.5",
"puppeteer": "^23.5.0",
"puppeteer-element2selector": "^0.0.3",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.4",
"zod": "^3.23.8"
},
"scripts": {
"start": "tsx index.ts",
"test": "vitest ./tests/**",
"gentest": "vitest run app.test.ts",
"lint": "tsc --noEmit --skipLibCheck --project tsconfig.json"
},
"devDependencies": {
"@types/node": "^22.9.0"
}
}