-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
{
"name": "after",
"version": "1.0.0",
"description": "after project",
"main": "index.js",
"scripts": {
"start:dev": "tsc-watch --onSuccess \"node dist/server.js\""
},
"keywords": [
"sharp"
],
"author": "axisotherwise",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.209.0",
"@prisma/client": "^4.5.0",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.14",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^3.0.0",
"@types/node": "^18.11.5",
"@types/passport": "^1.0.11",
"@types/passport-jwt": "^3.0.7",
"@types/passport-local": "^1.0.34",
"bcrypt": "^5.1.0",
"class-validator": "^0.13.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"typedi": "^0.10.0"
},
"devDependencies": {
"eslint": "^8.26.0",
"morgan": "^1.10.0",
"prisma": "^4.5.0",
"ts-node": "^10.9.1",
"ts-watch": "^1.0.8",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.4"
}
}