-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.17 KB
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
{
"name": "backendauth",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "prisma generate"
},
"compilerOptions": {
"baseUrl": "src",
"paths": {
"src/*": [
"src/*"
],
"entities/*": [
"src/entities/*"
],
"resolvers/*": [
"src/resolvers/*"
]
}
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@libsql/kysely-libsql": "^0.3.0",
"@prisma/client": "^5.17.0",
"@tediousjs/connection-string": "^0.5.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.1.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"generate-password": "^1.7.1",
"jsonwebtoken": "^9.0.2",
"kysely": "^0.27.4",
"mailgun-js": "^0.22.0",
"mailgun.js": "^10.2.3",
"mysql2": "^3.11.0",
"nodemon": "^3.1.4",
"pg": "^8.12.0",
"tarn": "^3.0.2",
"tedious": "^17.0.0",
"unix-timestamp": "^1.0.4",
"ws": "^8.18.0"
},
"devDependencies": {
"kysely-codegen": "^0.15.0",
"prisma": "^5.19.0",
"tsconfig-paths": "^4.2.0"
}
}