-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
36
37
38
{
"name": "aerophyl",
"version": "1.0.0",
"description": "Connects to services allowing Aerophyl to scale",
"main": "dist/index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CactusDev/aerophyl.git"
},
"author": "CactusDev",
"license": "MIT",
"bugs": {
"url": "https://github.com/CactusDev/aerophyl/issues"
},
"homepage": "https://github.com/CactusDev/aerophyl#readme",
"dependencies": {
"@types/bluebird": "^3.5.23",
"@types/config": "0.0.33",
"@types/node": "^8.10.21",
"@types/ws": "^3.2.1",
"amqp-ts": "^1.4.0",
"argumenty": "0.0.2",
"axios": "^0.18.1",
"cactus-stl": "^1.0.10",
"chalk": "^2.4.1",
"config": "^1.31.0",
"dependy": "^1.0.2",
"js-yaml": "^3.13.1",
"mixer-chat": "^1.0.6-alpha",
"moment": "^2.24.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^5.5.11",
"tmi.js": "^1.2.1"
}
}