MultiplayerMinesweeper/package.json

31 lines
635 B
JSON
Raw Normal View History

2022-04-20 04:32:17 +00:00
{
"name": "MultiplayerMinesweeper",
2022-04-20 04:32:17 +00:00
"version": "1.0.0",
"description": "",
"main": "",
"type": "module",
2022-04-20 04:32:17 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": ""
2022-04-20 04:32:17 +00:00
},
2022-04-30 21:49:20 +00:00
"repository": {
"type": "git",
"url": "empires"
},
"author": "Alexander Bass",
2022-04-30 21:49:20 +00:00
"license": "UNLICENSED",
"dependencies": {
"express": "^4.18.1",
2022-06-24 18:16:55 +00:00
"rollup": "^2.75.7",
2022-06-22 20:01:58 +00:00
"sass": "^1.52.3",
2022-04-30 21:49:20 +00:00
"socket.io": "^4.5.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/express": "^4.17.13",
"@types/node": "^18.0.0"
2022-04-30 21:49:20 +00:00
}
2022-04-20 04:32:17 +00:00
}