-
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) · 886 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 886 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": "devflowcheck",
"version": "1.0.0",
"description": "الأداة تهدف إلى ضمان الجودة والعمل ",
"author": "yassine",
"type": "module",
"scripts": {
"dev": "node scripts/dev.js",
"list": "node scripts/dev.js list",
"generate": "node scripts/dev.js generate",
"parse-prd": "node scripts/dev.js parse-prd",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"openai": "^4.86.1",
"ora": "^7.0.1"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"cross-env": "^7.0.3",
"eslint": "^9.24.0",
"globals": "^16.0.0",
"jest": "^29.7.0"
}
}