mpp-server-dev2/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-07 09:55:16 +02:00
{
"name": "mpp-server-master",
2023-01-15 01:48:04 +01:00
"version": "1.1.0",
2020-04-07 09:55:16 +02:00
"description": "Attempt at making a MPP Server.",
"main": "index.js",
"scripts": {
2022-07-04 00:39:53 +02:00
"start": "node .",
"test": "jest",
"coverage": "jest --verbose --coverage",
"watch-test": "jest --watchAll --verbose"
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": {
2022-07-04 00:39:53 +02:00
"@types/jest": "^28.1.3",
2020-04-07 09:55:16 +02:00
"asyncconsole": "^1.3.9",
2021-05-09 22:34:22 +02:00
"chalk": "^4.1.1",
2022-08-16 15:42:09 +02:00
"date-holidays": "^3.16.4",
2021-03-20 20:12:38 +01:00
"dotenv": "^8.2.0",
2020-04-07 09:55:16 +02:00
"events": "^3.1.0",
2022-06-15 08:21:50 +02:00
"express": "^4.18.1",
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",
2022-06-15 08:21:50 +02:00
"mppclone-client": "^1.0.0",
2022-01-26 01:44:26 +01:00
"nodemon": "^2.0.15",
2022-08-16 12:23:21 +02:00
"unique-names-generator": "^4.7.1",
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
}