-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1002 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": "botngbayan",
"version": "1.0.0",
"description": "twitch bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/src/index.js",
"build": "tsc",
"dev": "npx tsc && node dist/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noisyass2/botngbayan.git"
},
"author": "speeeedtv (twitch.tv/speeeedtv)",
"license": "ISC",
"bugs": {
"url": "https://github.com/noisyass2/botngbayan/issues"
},
"homepage": "https://github.com/noisyass2/botngbayan#readme",
"dependencies": {
"@twurple/api": "^7.0.4",
"@twurple/auth": "^7.0.4",
"@twurple/chat": "^7.0.4",
"@types/express": "^4.17.13",
"@types/node-fetch": "^2.6.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"node-fetch": "^2.6.7",
"typescript": "^4.7.4"
},
"devDependencies": {
"concurrently": "^7.2.2",
"nodemon": "^2.0.19"
}
}