This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.88 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "seren-bot",
"version": "0.1.4",
"description": "편하고 즐거운 디스코드 서버를 위한 봇",
"private": true,
"main": "dist/index.js",
"scripts": {
"dev": "npx nodemon --watch \"./src/**/*\" -e ts --exec \"ts-node src/index.ts\"",
"start": "npm run build && node dist/index.js",
"generate": "prisma generate",
"push": "prisma db push --accept-data-loss",
"studio": "prisma studio",
"build": "tsc"
},
"keywords": [],
"author": "cottons-kr",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^1.0.1",
"@prisma/client": "^4.2.1",
"@swc/helpers": "^0.4.12",
"@types/node": "^18.7.13",
"body-parser": "^1.20.1",
"cron": "^2.1.0",
"discord-api-types": "^0.37.1",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"i": "^0.3.7",
"koreanbots": "^3.2.1",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.20",
"npm": "^8.19.1",
"prisma": "^4.2.1",
"random-words": "^1.2.0",
"react-twemoji": "^0.5.0",
"regenerator-runtime": "^0.13.10",
"socket.io": "^4.5.2",
"socket.io-client": "^4.5.2",
"string-similarity": "^4.0.4",
"ts-node": "^10.9.1",
"ts-transformer-keys": "^0.4.3",
"typescript": "^4.7.4"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.14",
"@types/cron": "^2.0.0",
"@types/express": "^4.17.14",
"@types/fast-levenshtein": "^0.0.2",
"@types/node-fetch": "^2.6.2",
"@types/string-similarity": "^4.0.0",
"chokidar": "^3.5.3",
"concurrently": "^7.5.0"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "^11.1.2",
"@next/swc-linux-x64-musl": "^11.1.3-canary.104"
}
}