ad-reflections / server /package.json
Tristan Yu
Rename site to 'Ad Reflections' - update branding in hf-space
3f4cb51
raw
history blame contribute delete
656 Bytes
{
"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"
}
}