-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 941 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
{
"name": "terminalhub",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://github.com/UsboKirishima/TerminalHub",
"author": "UsboKirishima <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"build-watch": "tsc --watch",
"bot": "node dist/bot/index.js",
"clear": "rm -rf dist",
"api": "node dist/api/index.js"
},
"dependencies": {
"@types/chalk": "^2.2.0",
"@types/colors": "^1.2.1",
"@types/discord-rpc": "^4.0.8",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/node": "^18.7.13",
"@types/node-fetch": "^2.6.1",
"@types/snekfetch": "^4.0.4",
"chalk": "^5.3.0",
"colors": "^1.4.0",
"discord-rpc": "^4.0.1",
"dotenv": "^16.0.1",
"eris": "^0.17.1",
"eris-additions": "^1.4.1",
"express": "^4.18.2",
"node-fetch": "2",
"snekfetch": "^4.0.4"
}
}