Spaces:
Sleeping
Sleeping
| { | |
| "name": "transcreation-explorer", | |
| "version": "1.0.0", | |
| "description": "A tool for exploring English-Chinese transcreation examples", | |
| "scripts": { | |
| "start": "cd server && node index.js", | |
| "build": "cd client && npm run build" | |
| }, | |
| "dependencies": { | |
| "concurrently": "^8.2.2" | |
| } | |
| } |