Tetris-on-the-web/package.json
2025-03-20 07:38:42 +01:00

21 lines
355 B
JSON

{
"name": "tetris-on-the-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "nodemon test.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.2"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}