-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "moomoo",
"version": "1.0.0",
"description": "Control Moomoo.io clients through Node.js.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"./**/*.js\"",
"docs": "jsdoc ./src/index.js --destination ./docs -t node_modules/minami"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nebula-Developers/Moomoo.js.git"
},
"keywords": [
"moomoo",
"mmo",
"game",
"api",
"bot",
"sender",
"automatic",
"autoheal"
],
"author": "haykam821 | Nebula Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nebula-Developers/Moomoo.js/issues"
},
"homepage": "https://github.com/Nebula-Developers/Moomoo.js#readme",
"dependencies": {
"@clusterws/cws": "^0.11.1",
"async-wait-until": "^1.2.4",
"msgpack": "^1.0.2",
"request": "^2.87.0",
"yaeti": "^1.0.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-haykam": "^1.7.0",
"eslint-plugin-extra-rules": "0.0.0-development",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-unicorn": "^9.1.1",
"jsdoc": "^3.6.3",
"minami": "^1.2.3"
},
"runkitExampleFilename": "./examples/example.js"
}