-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 985 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": "zac-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/src/index.js",
"dev": "ts-node-dev src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/capitalize": "^2.0.0",
"@types/common-tags": "^1.8.0",
"@types/express": "^4.17.11",
"@types/request": "^2.48.5",
"@types/ws": "^7.4.0",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.5"
},
"dependencies": {
"@types/node": "^14.14.30",
"@types/riot-api-nodejs": "0.0.29",
"@vitalets/google-translate-api": "^5.0.0",
"capitalize": "^2.0.3",
"common-tags": "^1.8.0",
"discord-akairo": "^8.1.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http": "0.0.1-security",
"twisted": "^1.35.0",
"youtube-search": "^1.1.6"
}
}