-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
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
39
40
41
{
"name": "flavus-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"watch:start": "tsc-watch --onSuccess \"node --inspect ./dist/index.js\"",
"format": "prettier --config .prettierrc --write \"src/**/*.ts\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/cryptr": "^4.0.1",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"better-erela.js-spotify": "^1.3.8",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"cryptr": "^6.0.3",
"discord-oauth2": "^2.10.0",
"discord.js": "^13.8.0",
"dotenv": "^14.3.2",
"erela.js": "^2.3.3",
"express": "^4.17.2",
"express-rate-limit": "^6.4.0",
"express-session": "^1.17.3",
"format-duration": "^1.4.0",
"genius-lyrics": "^4.3.5",
"mongoose": "^6.4.6",
"rate-limiter-flexible": "^2.3.7",
"scrape-youtube": "^2.2.0",
"socket.io": "^4.5.1",
"valid-url": "^1.0.9"
},
"devDependencies": {
"tsc-watch": "^4.6.0"
}
}