Added package.json

This commit is contained in:
2021-05-26 17:10:14 +02:00
parent 0381650c66
commit a1a75fffdb
3 changed files with 1031 additions and 3 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "projektmanagement-game",
"version": "1.0.0",
"dependencies": {
"express": "^4.17.1",
"pixi.js": "^6.0.4",
"socket.io": "^4.1.2"
}
}