TransHub / package.json
linguabot's picture
Upload folder using huggingface_hub
4f163ba verified
raw
history blame contribute delete
722 Bytes
{
"name": "transcreation-sandbox",
"version": "1.0.0",
"description": "A web-based tool for postgraduate translation students to practice transcreation and intercultural mediation",
"main": "server/index.js",
"scripts": {
"dev": "concurrently \"npm run server\" \"npm run client\"",
"server": "cd server && npm run dev",
"client": "cd client && npm start",
"build": "cd client && npm run build",
"install-all": "npm install && cd server && npm install && cd ../client && npm install"
},
"keywords": ["translation", "transcreation", "cultural-mediation", "education"],
"author": "Transcreation Sandbox Team",
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.2"
}
}