-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "lets-jandi",
"version": "1.0.0",
"description": "1일 1커밋 인증 디스코드 봇",
"main": "index.js",
"scripts": {
"init": "ts-node -r tsconfig-paths/register ./src/init.ts",
"start": "ts-node -r tsconfig-paths/register ./src/main.ts",
"start:prod": "NODE_ENV=production node ./dist/main.js",
"build": "tsc && tsc-alias",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@mikro-orm/cli": "^6.2.9",
"@mikro-orm/core": "^6.2.9",
"@mikro-orm/migrations": "^6.2.9",
"@mikro-orm/reflection": "^6.2.9",
"@mikro-orm/sqlite": "^6.2.9",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"ulid": "^2.3.0"
},
"mikro-orm": {
"useTsNode": true
}
}