This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "easysound",
"version": "1.0.0",
"description": "Music in one place ❤",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify src/server.ts",
"start:local": "ts-node src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OSP-Projects/Music-Place.git"
},
"keywords": [
"Music",
"Place",
"i18n",
"fastify-jwt",
"fastify-cors",
"fastify-plugin",
"fastify-sentry",
"fastify-env",
"prisma",
"zod",
"API"
],
"author": "--",
"license": "GPL-3.0-or-later",
"prisma": {
"seed": "ts-node prisma/prisma.ts"
},
"bugs": {
"url": "https://github.com/OSP-Projects/Music-Place/issues"
},
"homepage": "https://github.com/OSP-Projects/Music-Place#readme",
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/supertest": "^2.0.12",
"jest": "^29.4.3",
"prisma-erd-generator": "^1.2.5",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@fastify/cors": "^8.2.0",
"@fastify/env": "^4.2.0",
"@fastify/jwt": "^6.6.0",
"@prisma/client": "^4.10.1",
"@sentry/integrations": "^7.38.0",
"@sentry/node": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"@types/uuid": "^9.0.1",
"fastify": "^4.13.0",
"fastify-i18n": "^1.1.1",
"fastify-plugin": "^4.5.0",
"fastify-sentry": "^1.4.0",
"handlebars": "^4.7.7",
"nodemailer": "^6.9.1",
"remove": "^0.1.5",
"zod": "^3.20.6"
}
}