-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.38 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
{
"name": "cto-aipa",
"version": "1.0.0",
"main": "dist/cto-aipa.js",
"type": "commonjs",
"scripts": {
"build": "tsc",
"start": "node dist/cto-aipa.js",
"dev": "tsc && node dist/cto-aipa.js",
"hashnode:publish": "node scripts/hashnode-publish.mjs",
"hashnode:list": "node scripts/hashnode-list.mjs",
"check:phase4": "node scripts/check-phase4-env.cjs",
"triage:fire": "node scripts/triage-fire.cjs",
"test:places": "node scripts/test-google-places.mjs",
"hashnode:publish:article": "node scripts/hashnode-publish.mjs --public --file scripts/hashnode-posts/from-executive-to-ai-builder.md"
},
"keywords": [],
"author": "Elena Revicheva",
"license": "ISC",
"description": "CTO AIPA - AI Technical Co-Founder on Oracle Cloud",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@octokit/rest": "^22.0.1",
"@types/express": "^5.0.6",
"@types/node-cron": "^3.0.11",
"dotenv": "^16.4.7",
"express": "^5.2.1",
"grammy": "^1.38.4",
"groq-sdk": "^0.8.0",
"msedge-tts": "^2.0.5",
"node-cron": "^4.2.1",
"node-fetch": "^2.7.0",
"openai": "^6.15.0",
"oracledb": "^6.7.0",
"replicate": "^1.4.0",
"sharp": "^0.34.1",
"twitter-api-v2": "^1.29.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1039.0",
"@types/node": "^22.10.2",
"@types/oracledb": "^6.10.0",
"typescript": "^5.9.3"
}
}