2020-04-07 09:55:16 +02:00
|
|
|
{
|
|
|
|
"name": "mpp-server-master",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Attempt at making a MPP Server.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-05-28 23:15:00 +02:00
|
|
|
"test": "nodemon"
|
2020-04-07 09:55:16 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/BopItFreak/mpp-server.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"mpp",
|
|
|
|
"server",
|
|
|
|
"multiplayerpiano"
|
|
|
|
],
|
|
|
|
"author": "BopItFreak",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/BopItFreak/mpp-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/BopItFreak/mpp-server#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"asyncconsole": "^1.3.9",
|
2021-05-09 22:34:22 +02:00
|
|
|
"chalk": "^4.1.1",
|
2021-03-20 20:12:38 +01:00
|
|
|
"dotenv": "^8.2.0",
|
2020-04-07 09:55:16 +02:00
|
|
|
"events": "^3.1.0",
|
2021-05-09 22:34:22 +02:00
|
|
|
"fancy-text-converter": "^1.0.9",
|
2020-04-07 09:55:16 +02:00
|
|
|
"keccak": "^2.1.0",
|
2021-05-09 10:52:41 +02:00
|
|
|
"level": "^7.0.0",
|
|
|
|
"mongoose": "^5.12.7",
|
2020-04-07 09:55:16 +02:00
|
|
|
"node-json-color-stringify": "^1.1.0",
|
2022-01-26 01:44:26 +01:00
|
|
|
"nodemon": "^2.0.15",
|
2020-04-07 09:55:16 +02:00
|
|
|
"ws": "^7.2.3"
|
2021-03-20 20:12:38 +01:00
|
|
|
}
|
2020-04-07 09:55:16 +02:00
|
|
|
}
|