-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "shinoa",
"version": "1.0.0",
"main": "src/index.ts",
"repository": "https://github.com/omegavesko/shinoa-next.git",
"author": "Veselin Romić <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "nodemon",
"build": "tsc"
},
"dependencies": {
"@prisma/client": "5",
"@sentry/node": "^7.2.0",
"@sentry/tracing": "^7.2.0",
"amaribot.js": "^2.1.0",
"apollo-server": "^3.5.0",
"axios": "^1.6.7",
"cron": "^3.1.6",
"date-fns": "^3.3.1",
"deep-object-diff": "^1.1.0",
"discord.js": "^14.14.1",
"form-data": "^4.0.0",
"kubernetes-client": "^9.0.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.30",
"natural": "^6.10.5",
"parse-duration": "^1.0.1",
"pino": "^8.0.0",
"pino-pretty": "^10.3.1",
"tiny-typed-emitter": "^2.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/mime-types": "^2.1.0",
"@types/node": "^18",
"nodemon": "^3.1.0",
"prisma": "5",
"ts-node": "^10.4.0",
"typescript": "^5.3.3"
}
}