-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@wolfy01/mpp-js",
"version": "2.2.0",
"description": "A client for multiplayerpiano, specfically for NodeJs enviroments.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Info: Sadly, there is not a good way to test with this package.\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolfy01/mpp-js.git"
},
"keywords": [
"MPP",
"MPPC",
"MPPClone",
"MPP-Client",
"Multiplayerpiano"
],
"author": "Wolfy01",
"license": "ISC",
"bugs": {
"url": "https://github.com/wolfy01/mpp-js/issues"
},
"homepage": "https://github.com/wolfy01/mpp-js#readme",
"packageManager": "yarn@3.2.0",
"dependencies": {
"ws": "^8.10.0"
}
}