-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 Bytes
/
package.json
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
32
33
34
35
{
"name": "streamcompanion",
"version": "1.1.3",
"description": "Node implementation of StreamCompanion using its built-in WebSocket endpoints.",
"main": "src/sc.js",
"scripts": {
"test": "jest --forceExit",
"generate-docs": "node_modules/.bin/jsdoc --configure jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Edqe14/node-sc.git"
},
"keywords": [
"osu!",
"streamcompanion",
"stream companion"
],
"author": "Edqe_",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Edqe14/node-sc/issues"
},
"homepage": "https://github.com/Edqe14/node-sc#readme",
"dependencies": {
"axios": "^0.21.1",
"ws": "^7.4.1"
},
"devDependencies": {
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"minami": "^1.2.3",
"ps-node": "^0.1.6"
}
}