Spaces:
Running
Running
| { | |
| "name": "microtubule-game", | |
| "version": "1.0.0", | |
| "description": "2AFC microtubule real-vs-fake image rating game", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2" | |
| } | |
| } | |