-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 941 Bytes
/
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
{
"name": "bayshore",
"version": "1.0.0",
"description": "IDAC Server",
"main": "dist/index.js",
"repository": "",
"author": "",
"license": "MIT",
"private": false,
"scripts": {
"dev": "tsc && node dist"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.0.3",
"prisma": "^4.0.0",
"ts-node": "^10.8.2",
"typescript": "5.1"
},
"dependencies": {
"@decafcode/sqlite": "^2.4.0",
"@prisma/client": "^4.0.0",
"@sentry/node": "^7.7.0",
"@sentry/tracing": "^7.7.0",
"@types/jest": "24.0.11",
"@types/pem": "^1.9.6",
"body-parser": "^1.20.0",
"date-fns": "^2.30.0",
"discord.js": "14.10.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"form-urlencoded": "^6.0.6",
"iconv-lite": "^0.6.3",
"long": "^5.2.0",
"moment": "^2.29.4",
"pem": "^1.14.6",
"snake-case": "2.1.0",
"sql-bricks-postgres": "^0.6.0"
}
}