-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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": "fukufuku_backend-repo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon app.js --watch .",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yju-FukuFuku/FukuFuku_Backend-repo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yju-FukuFuku/FukuFuku_Backend-repo/issues"
},
"homepage": "https://github.com/yju-FukuFuku/FukuFuku_Backend-repo#readme",
"devDependencies": {
"prisma": "^4.15.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.348.0",
"@prisma/client": "^4.15.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"fs": "0.0.1-security",
"google-auth-library": "^8.9.0",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"path": "^0.12.7",
"rand-token": "^1.0.1",
"shortid": "^2.2.16"
}
}