DiffMT / package.json
Koddenbrock's picture
add initial game implementation with HTML, CSS, and JavaScript
944af38
{
"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"
}
}