-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 952 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 952 Bytes
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
{
"name": "@chatsift/modmail-api",
"main": "./not_importable.js",
"types": "./dist/index.d.ts",
"version": "0.2.3",
"type": "module",
"files": [
"dist"
],
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
},
"engines": {
"node": ">=16.9.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/node": "^20.11.4",
"@types/pino": "^7.0.5",
"prisma": "^5.8.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@chatsift/pino-rotate-file": "^0.3.0",
"@chatsift/readdir": "^0.4.0",
"@chatsift/rest-utils": "^0.8.0",
"@discordjs/rest": "^2.2.0",
"@hapi/boom": "^10.0.1",
"@prisma/client": "^5.8.1",
"@sapphire/shapeshift": "^3.9.5",
"cors": "^2.8.5",
"discord-api-types": "^0.37.67",
"helmet": "^7.1.0",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"polka": "^1.0.0-next.22",
"prisma-error-enum": "^0.1.3",
"reflect-metadata": "^0.2.1",
"tslib": "^2.6.2",
"tsyringe": "^4.8.0"
}
}