-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.6 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.6 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "autodeploy",
"version": "1.0.0",
"description": "Auto-Generated Secure CI/CD Pipelines with AI + MCP",
"main": "index.js",
"scripts": {
"test": "node test/smoke.test.js",
"test:jest": "NODE_OPTIONS=--experimental-vm-modules jest",
"dev": "nodemon server/server.js",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/AutoDeploy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/oslabs-beta/AutoDeploy/issues"
},
"homepage": "https://github.com/oslabs-beta/AutoDeploy#readme",
"dependencies": {
"@aws-sdk/client-iam": "^3.921.0",
"@aws-sdk/client-s3": "^3.921.0",
"@aws-sdk/client-sso-oidc": "^3.921.0",
"@aws-sdk/client-sts": "^3.921.0",
"@aws-sdk/credential-provider-sso": "^3.921.0",
"@openai/agents": "^0.2.1",
"@pinecone-database/pinecone": "^6.1.2",
"@supabase/supabase-js": "^2.81.1",
"axios": "^1.12.2",
"chalk": "^5.6.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"fast-glob": "^3.3.3",
"googleapis": "^164.1.0",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
"morgan": "^1.10.1",
"node-fetch": "^3.3.2",
"openai": "^6.4.0",
"ora": "^9.0.0",
"pg": "^8.16.3",
"zod": "^3.25.76",
"extract-zip": "^2.0.1",
"simple-git": "^3.28.0",
"tweetsodium": "^0.0.5"
},
"devDependencies": {
"nodemon": "^3.1.10",
"jest": "^29.7.0",
"supertest": "^6.3.4"
}
}