-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 908 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
{
"name": "twapp",
"version": "0.0.1",
"description": "get data from twitch",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/g1nus/Twapp.git"
},
"author": "Giuliano Andronic",
"license": "ISC",
"bugs": {
"url": "https://github.com/g1nus/Twapp/issues"
},
"homepage": "https://github.com/g1nus/Twapp#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"dank-twitch-irc": "^4.3.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"module-alias": "^2.2.2",
"mongoose": "^5.11.14",
"node-ipc": "^9.1.3"
},
"_moduleAliases": {
"@root": ".",
"@controllers": "./modules/controllers",
"@models": "./modules/models",
"@dao": "./modules/dao",
"@utils": "./utils"
}
}