-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 744 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": "google-ads-airtable",
"version": "1.0.0",
"description": "Google Ads Airtable Integration with AI Ad Generation",
"main": "src/server.js",
"type": "module",
"scripts": {
"start": "node src/server.js",
"dev": "node src/server.js",
"build": "echo 'No build step required'",
"vercel-build": "echo 'No build step required'"
},
"dependencies": {
"airtable": "^0.12.2",
"axios": "^1.6.0",
"dotenv": "^17.2.2",
"openai": "^4.67.3",
"@anthropic-ai/sdk": "^0.21.1",
"google-ads-api": "^17.1.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"google-ads",
"airtable",
"ai",
"ad-generation",
"vercel"
],
"author": "Your Name",
"license": "MIT"
}