File size: 656 Bytes
ca30d96
f074415
ca30d96
3f4cb51
ca30d96
 
a54a085
 
 
ca30d96
a54a085
 
 
 
 
 
 
ca30d96
b09004c
a54a085
 
f074415
a54a085
 
 
 
 
 
 
ca30d96
b09004c
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
{
  "name": "transcreation-explorer-server",
  "version": "1.0.0",
  "description": "Server for Ad Reflections",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "transcreation",
    "server",
    "api"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "airtable": "^0.12.2",
    "axios": "^1.6.7",
    "cheerio": "^1.0.0-rc.12",
    "cors": "^2.8.5",
    "dotenv": "^16.4.1",
    "express": "^4.18.2",
    "node-cron": "^3.0.3",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "nodemon": "^3.0.3"
  }
}