-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 882 Bytes
/
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
{
"name": "feck",
"version": "2.1.0",
"description": "Simple, robust online drive solution",
"main": "index.js",
"scripts": {
"start": "cd client && vite build && cd .. && node .",
"dev": "cd client && vite & cd .. && node . && fg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApocalypseCalculator/Feck.git"
},
"author": "ApocalypseCalculator",
"license": "ISC",
"bugs": {
"url": "https://github.com/ApocalypseCalculator/Feck/issues"
},
"homepage": "https://github.com/ApocalypseCalculator/Feck#readme",
"dependencies": {
"@prisma/client": "3.15.2",
"bcrypt": "^5.1.0",
"content-disposition": "^0.5.4",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"jsonwebtoken": "^9.0.0",
"nanoid": "3.3.5"
},
"optionalDependencies": {
"axios": "^1.3.4",
"prisma": "3.15.2"
}
}