-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.1 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.1 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
{
"name": "netbotify",
"version": "1.3.0",
"description": "A realtime and scalable remote tasks execution bot over network",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"typings": "dist/src/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hraph/netBOTify.git"
},
"keywords": [
"realtime",
"rpc",
"scalable",
"worker",
"bot",
"server",
"websocket",
"socket",
"task"
],
"author": "Hraph",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hraph/netBOTify/issues"
},
"homepage": "https://github.com/hraph/netBOTify#readme",
"dependencies": {
"console.table": "^0.10.0",
"engine.io": "^3.2.0",
"engine.io-client": "^3.2.1",
"eureca.io": "git://github.com/hraph/eureca.io.git",
"express": "^4.16.3",
"fs-extra": "^7.0.0",
"log4js": "^3.0.5",
"vorpal": "^1.12.0"
},
"devDependencies": {
"@types/node": "^10.9.4"
}
}