-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "epbot",
"version": "1.12.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@swc/core": "1.3.27",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
"dependencies": {
"@pikokr/command.ts": "^5.4.0",
"@types/lodash": "^4.14.202",
"@types/node-schedule": "^2.1.5",
"dedent": "^1.5.1",
"discord.js": "^14.7.1",
"dokdo": "^1.0.1",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"mongoose": "^8.1.1",
"node-schedule": "^2.1.1",
"tslog": "^4.7.1"
},
"scripts": {
"build": "tsc",
"dev": "ts-node --swc src",
"start": "node dist",
"lint": "eslint src --ignore-path .gitignore"
},
"packageManager": "pnpm@8.3.1"
}